Skip to content

Commit a41c850

Browse files
committed
desktop: go back to regular tauri cli
1 parent 4f7458b commit a41c850

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@ jobs:
172172
- name: Install tauri-cli from portable appimage branch
173173
if: contains(matrix.settings.host, 'ubuntu')
174174
run: |
175-
# cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage --force
176-
cargo install tauri-cli --git https://github.com/brendonovich/tauri --branch appimage-sidecar-binaries --force
175+
cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch feat/truly-portable-appimage --force
177176
echo "Installed tauri-cli version:"
178177
cargo tauri --version
179178

0 commit comments

Comments
 (0)