trying the windows config to bundle webview2loader.dll automatically. im not sure if this works
All checks were successful
Build Tauri App (Linux + Windows exe) / build (push) Successful in 12m26s
All checks were successful
Build Tauri App (Linux + Windows exe) / build (push) Successful in 12m26s
This commit is contained in:
@@ -26,6 +26,20 @@
|
|||||||
"icon": [
|
"icon": [
|
||||||
"icons/icon.ico",
|
"icons/icon.ico",
|
||||||
"icons/icon.png"
|
"icons/icon.png"
|
||||||
]
|
],
|
||||||
|
"windows": {
|
||||||
|
"allowDowngrades": true,
|
||||||
|
"certificateThumbprint": null,
|
||||||
|
"digestAlgorithm": null,
|
||||||
|
"nsis": null,
|
||||||
|
"signCommand": null,
|
||||||
|
"timestampUrl": null,
|
||||||
|
"tsp": false,
|
||||||
|
"webviewInstallMode": {
|
||||||
|
"silent": true,
|
||||||
|
"type": "downloadBootstrapper"
|
||||||
|
},
|
||||||
|
"wix": null
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user