Windows Desktop Client CI #2

Merged
restitux merged 82 commits from bundle into main 2025-12-05 03:58:12 +00:00
8 changed files with 13 additions and 3 deletions
Showing only changes of commit 72cd558e2a - Show all commits
+2 -2
View File
@@ -1,8 +1,8 @@
name: Build dioxus container
name: Build Mumble Web 2
on: [push]
jobs:
BuildContainer:
linux_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
-1
View File
@@ -5,7 +5,6 @@
1. `cargo install dioxus-cli --version 0.7.1`
2. `dx run -p mumble-web2-gui --platform desktop --release`
## Running Web (development)
1. `cargo install dioxus-cli --version 0.7.1`
+10
View File
@@ -31,3 +31,13 @@ script = []
style = []
# Javascript code file
script = []
[bundle]
identifier = "xyz.ohea.mumble-web-2"
publisher = "OheaCorp"
icon = [
"icons/32x32.png",
"icons/256x256.png",
"gui/assets/favicon.ico",
"icons/icon.icns",
]
Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

File diff suppressed because one or more lines are too long
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB