Commit Graph

44 Commits

Author SHA1 Message Date
Natsumi
290cc9e1f5 upload-artifact@v5 2025-12-06 13:23:34 +11:00
Natsumi
6161b88e04 Update action 2025-11-27 02:35:04 +11:00
Natsumi
191bf08a12 Update Cef to .NET 10 2025-11-19 01:56:03 +11:00
Natsumi
3480820a0a Bug fixes 2025-10-19 13:33:41 +11:00
Natsumi
6c7684bde3 Fix sign order 2025-10-09 23:24:07 +13:00
Natsumi
a8a6e7afaf Sign setup 2025-10-09 21:39:09 +13:00
Natsumi
47c0bdc235 Action caching 2025-10-09 21:32:31 +13:00
Natsumi
fa0b742309 Fix action again again 2025-10-09 06:42:06 +13:00
Natsumi
f7b81cfda5 Fix action again 2025-10-09 06:42:06 +13:00
Natsumi
eda4173d91 Fix action 2025-10-08 01:20:48 +13:00
Natsumi
1fd219b6da Fix path and upload order 2025-10-08 01:20:48 +13:00
Natsumi
9d8d815d25 Sign Cef executables 2025-10-08 00:34:03 +13:00
Natsumi
0916bdcacd Sentry config 2025-09-25 05:20:17 +12:00
Natsumi
5d0c6c4141 Add sentry dsn 2025-09-25 05:20:17 +12:00
Natsumi
8fc7130b53 v2025.09.10 2025-09-10 08:13:13 +12:00
Natsumi
64811765ea arm64 pls pls 2025-09-04 21:13:25 +12:00
Natsumi
40519a400d Action Cleanup 2025-09-04 20:33:28 +12:00
Natsumi
e50cd1c24a Workaround 2025-09-04 07:00:51 +12:00
Natsumi
fd217f12b4 Update dotnet build lines 2025-09-04 04:37:07 +12:00
Natsumi
1b2697b359 Add arm64 to build action 2025-09-02 23:19:22 +12:00
Natsumi
c48d5b6e36 Indentation 2025-09-02 23:12:14 +12:00
Natsumi
074f39ed5e Fix macOS action 2025-08-12 16:25:17 +12:00
Natsumi
ff7101781b Fix macOS action 2025-08-12 01:43:15 +12:00
Natsumi
ca2ca14be4 Fix macOS action 2025-08-12 01:27:15 +12:00
rs189
a2dc6ba9a4 Linux: SteamVR overlay support (#1299)
* fix: open folder and select item on linux

* feat: linux wrist overlay

* feat: linux hmd overlay

* feat: replace unix sockets with shm on linux

* fix: reduce linux wrist overlay fps

* fix: hide electron offscreen windows

* fix: destroy electron offscreen windows when not in use

* fix: open folder and select item on linux

* feat: cpu, uptime and device monitoring on linux

* feat: native wayland gl context with x11 fallback on linux

* fix: use platform agnostic wording for common folders

* fix: crash dumps folder button on linux

* fix: enable missing VR notification options on linux

* fix: update cef, eslint config to include updated AppApiVr names

* merge: rebase linux VR changes to upstream

* Clean up

* Load custom file contents rather than path

Fixes loading custom file in debug mode

* fix: call SetVR on linux as well

* fix: AppApiVrElectron init, properly create and dispose of shm

* Handle avatar history error

* Lint

* Change overlay dispose logic

* macOS DOTNET_ROOT

* Remove moving dotnet bin

* Fix

* fix: init overlay on SteamVR restart

* Fix fetching empty instance, fix user dialog not fetching

* Trim direct access inputs

* Make icon higher res, because mac build would fail 😂

* macOS fixes

* will it build? that's the question

* fix: ensure offscreen windows are ready before vrinit

* will it build? that's the question

* will it build? that's the question

* meow

* one, more, time

* Fix crash and overlay ellipsis

* a

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2025-07-19 12:07:43 +12:00
Natsumi
39031d46fb Update action 2025-06-17 09:40:43 +12:00
Natsumi
9017e3d01c Add DBMerger to github actions 2025-04-29 16:57:17 +10:00
Natsumi
139f64a638 Update upload-artifact 2025-04-29 16:24:17 +10:00
Natsumi
803bee527b Update build action 1 2025-02-04 01:12:54 +13:00
Natsumi
8bd062e904 Update build action 2025-02-04 01:03:35 +13:00
Natsumi
6c411db832 Update Linux build to .NET 9.0 2025-02-03 23:59:59 +13:00
Natsumi
46a2fe36a9 Cef .NET 9.0 2025-01-19 00:30:50 +13:00
Natsumi
5bd6efbbb4 Update build script 2025-01-11 13:48:03 +13:00
Natsumi
938fff63d0 Electron support for Linux (#1074)
* init

* SQLite changes

* Move html folder, edit build scripts

* AppApi interface

* Build flags

* AppApi inheritance

* Finishing touches

* Merge upstream changes

* Test CI

* Fix class inits

* Rename AppApi

* Merge upstream changes

* Fix SQLiteLegacy on Linux, Add Linux interop, build tools

* Linux specific localisation strings

* Make it run

* Bring back most of Linux functionality

* Clean up

* Fix TTS voices

* Fix UI var

* Changes

* Electron minimise to tray

* Remove separate toggle for WlxOverlay

* Fixes

* Touchups

* Move csproj

* Window zoom, Desktop Notifications, VR check on Linux

* Fix desktop notifications, VR check spam

* Fix building on Linux

* Clean up

* Fix WebApi headers

* Rewrite VRCX updater

* Clean up

* Linux updater

* Add Linux to build action

* init

* SQLite changes

* Move html folder, edit build scripts

* AppApi interface

* Build flags

* AppApi inheritance

* Finishing touches

* Merge upstream changes

* Test CI

* Fix class inits

* Rename AppApi

* Merge upstream changes

* Fix SQLiteLegacy on Linux, Add Linux interop, build tools

* Linux specific localisation strings

* Make it run

* Bring back most of Linux functionality

* Clean up

* Fix TTS voices

* Changes

* Electron minimise to tray

* Remove separate toggle for WlxOverlay

* Fixes

* Touchups

* Move csproj

* Window zoom, Desktop Notifications, VR check on Linux

* Fix desktop notifications, VR check spam

* Fix building on Linux

* Clean up

* Fix WebApi headers

* Rewrite VRCX updater

* Clean up

* Linux updater

* Add Linux to build action

* Test updater

* Rebase and handle merge conflicts

* Fix Linux updater

* Fix Linux app restart

* Fix friend order

* Handle AppImageInstaller, show an install message on Linux

* Updates to the AppImage installer

* Fix Linux updater, fix set version, check for .NET, copy wine prefix

* Handle random errors

* Rotate tall prints

* try fix Linux restart bug

* Final

---------

Co-authored-by: rs189 <35667100+rs189@users.noreply.github.com>
2025-01-11 13:09:44 +13:00
Natsumi
fecb39ba79 Linux github action 1 2024-01-02 16:12:57 +13:00
Natsumi
108239c1da Linux github action 2024-01-02 16:04:53 +13:00
Usman Shafiq
f053f2bec1 Build as Self Contained and Selfhost CefSharp SubProcess (#693)
* Added self contained parameter to builds

* Remove dotnet install from installer

* Fixed missing SubProcessExe

* Self hot browser subprocess

---------

Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2023-12-04 20:52:34 +13:00
Ethan Cordray
2e9db3153d NET 8 Upgrade (#687)
* Initial .NET8 Upgrade

* Initial GitHub Actions Cleanup

* Fix Desktop Notifications

* Fix throw warning

* Upgrade vunerable transative nuget packages

* Fix warnings with registry overflow

* Adjust async/await usage for configRepository

* Fix TTS voice name and app auto start

* Install .NET 8 with setup

I regret NSIS

* Remove no longer needed System/MS references (included in dotnet sdk)

* Surpress stackalloc in loop warning, that code scares me.

* Removed unused SharpDX packages

* Ignore WebClient warning, hopefully this project doesn't move past NET 8

* Fixed terrifying code

* GenerateAssemblyInfo

* Trimmed editor config to only silence warning.

* Fix open webpage

* Fix updater

---------

Co-authored-by: DubyaDude <ushafiq141@gmail.com>
Co-authored-by: Natsumi <cmcooper123@hotmail.com>
2023-11-22 01:41:57 +13:00
fallen-shinigami
4ce4304680 Update github_actions (#575)
* Update github_actions.yml

actions/checkout@v2 is deprecated

* Update github_actions.yml

updated microsoft/setup-msbuild
2023-06-18 08:11:57 +12:00
galister
43a997cf30 change workflow 2023-03-06 09:54:46 +13:00
pypy
da1cb33891 chore(github): add lint 2021-08-13 03:00:52 +09:00
pypy
5c3ca611da Revert "build fix"
This reverts commit 72b381a405.
2021-04-20 13:43:29 +09:00
pypy
72b381a405 build fix 2021-04-20 13:00:54 +09:00
Natsumi
d7b473b36c Add github actions 2020-12-27 21:56:18 +13:00