diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index ed0d6ae8..4b848dec 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -65,7 +65,7 @@ jobs: name: Electron-Release-Linux-x64 path: build/Electron - name: Build Electron arm64 .NET Application - run: dotnet build 'Dotnet/VRCX-Electron.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=arm64 -p:PlatformTarget=arm64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a arm64 --self-contained + run: dotnet build 'Dotnet/VRCX-Electron-arm64.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=arm64 -p:PlatformTarget=arm64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a arm64 --self-contained - name: Upload Electron arm64 dotnet artifacts uses: actions/upload-artifact@v4 with: @@ -93,7 +93,7 @@ jobs: name: Electron-Release-macOS-x64 path: build/Electron - name: Build Electron arm64 .NET Application - run: dotnet build 'Dotnet/VRCX-Electron.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=arm64 -p:PlatformTarget=arm64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a arm64 --self-contained + run: dotnet build 'Dotnet/VRCX-Electron-arm64.csproj' -p:Configuration=Release -p:WarningLevel=0 -p:Platform=arm64 -p:PlatformTarget=arm64 -p:RestorePackagesConfig=true -t:"Restore;Clean;Build" -m -a arm64 --self-contained - name: Upload Electron arm64 dotnet artifacts uses: actions/upload-artifact@v4 with: diff --git a/Dotnet/VRCX-Electron-arm64.csproj b/Dotnet/VRCX-Electron-arm64.csproj new file mode 100644 index 00000000..73644bfe --- /dev/null +++ b/Dotnet/VRCX-Electron-arm64.csproj @@ -0,0 +1,112 @@ + + + obj1\ + ..\build\Electron\ + + + + net9.0 + Library + Debug;Release + x64;ARM64 + 0 + 1.0.0.%2a + VRCX + VRCX + vrcx-team, pypy, natsumi + false + false + VRCX + VRCX + ..\VRCX.png + https://github.com/vrcx-team/VRCX + en + en-US;en + enable + true + true + false + false + + + + + LINUX + + + + full + + + full + + + pdbonly + + + pdbonly + + + VRCX + + + + ..\VRCX.ico + + + + + libs\Blake2Sharp.dll + + + libs\librsync.net.dll + + + + + + Always + + + + + PreserveNewest + openvr_api.dll + + + PreserveNewest + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file