Skip to content

Commit 4685a50

Browse files
author
CarrotRub
committed
v1.0.4
I apologize. added updater to target bundle
1 parent d227147 commit 4685a50

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
publish-tauri:
1414
permissions:
1515
contents: write
16-
packages: write
17-
deployments: write
1816

1917
runs-on: windows-latest
2018

src-tauri/tauri.conf.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
"tauri": {
1313
"bundle": {
1414
"active": true,
15-
"targets": "msi",
15+
"targets": ["updater", "msi"],
16+
"windows": {
17+
"webviewInstallMode": {
18+
"type": "downloadBootstrapper"
19+
}
20+
},
1621
"identifier": "com.fitlauncher.carrotrub",
1722
"icon": [
1823
"./icons/32x32.png",

0 commit comments

Comments
 (0)