Disable bundling in build
For one, it fails on arch linux, which is what I'm developing on: https://github.com/tauri-apps/tauri/issues/8929 https://github.com/tauri-apps/tauri/issues/11149 https://github.com/linuxdeploy/linuxdeploy/issues/272 At the moment, I plan on distributing Linux and Windows binaries as well as an APK for Android. If I'll ever include any bundles in the CI, they can be manually triggered using --bundles.
This commit is contained in:
parent
fb5aa6a25c
commit
6fb900fe4b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"active": true,
|
"active": false,
|
||||||
"targets": "all",
|
"targets": "all",
|
||||||
"icon": [
|
"icon": [
|
||||||
"icons/32x32.png",
|
"icons/32x32.png",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue