1
0
Fork 0

turns out exe is not a valud build target :(

This commit is contained in:
Kim, Jimin 2022-02-09 11:35:45 +09:00
parent 34ede97d31
commit 018fb6502a

View file

@ -12,7 +12,7 @@
"tauri": { "tauri": {
"bundle": { "bundle": {
"active": true, "active": true,
"targets": ["exe", "appimage", "app"], "targets": ["msi", "appimage", "app"],
"identifier": "com.developomp.wbm.installer", "identifier": "com.developomp.wbm.installer",
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",