We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d227147 commit 4685a50Copy full SHA for 4685a50
.github/workflows/main.yml
@@ -13,8 +13,6 @@ jobs:
13
publish-tauri:
14
permissions:
15
contents: write
16
- packages: write
17
- deployments: write
18
19
runs-on: windows-latest
20
src-tauri/tauri.conf.json
@@ -12,7 +12,12 @@
12
"tauri": {
"bundle": {
"active": true,
- "targets": "msi",
+ "targets": ["updater", "msi"],
+ "windows": {
+ "webviewInstallMode": {
+ "type": "downloadBootstrapper"
+ }
+ },
21
"identifier": "com.fitlauncher.carrotrub",
22
"icon": [
23
"./icons/32x32.png",
0 commit comments