Windows Desktop Client CI #2

Merged
restitux merged 82 commits from bundle into main 2025-12-05 03:58:12 +00:00
Showing only changes of commit c1c06ac880 - Show all commits
+2 -3
View File
@@ -61,10 +61,9 @@ jobs:
- name: Bundle dioxus project
run:
docker run `
--mount "type=bind,source=${PWD},target=C:\app" `
--mount "type=bind,source=${PWD},target=C:\app" `
git.ohea.xyz/mumble/mumble-web2/windows-release-builder:latest `
"C:\Users\ContainerAdministrator\.cargo\bin\dx.exe `
bundle --verbose --trace -p mumble-web2-gui --release --windows"
C:\Users\ContainerAdministrator\.cargo\bin\dx.exe bundle --verbose --trace -p mumble-web2-gui --release --windows
#dir C:\Users\ContainerAdministrator\.cargo\bin\
#'cd /app && `