mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-06-06 04:39:31 +08:00
fix: 修改Tauri构建命令以禁用捆绑选项
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm run tauri build -- --bundles none
|
||||
- run: pnpm run tauri build --no-bundle
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user