@@ -0,0 +1 @@
+pnpm tauri build --target x86_64-pc-windows-msvc
@@ -35,7 +35,9 @@
},
"bundle": {
"active": true,
- "targets": "all",
+ "targets": [
+ "msi"
+ ],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
@@ -44,7 +46,7 @@
"icons/icon.ico"
],
"resources": [
- "resources/ffmpeg/*"
+ "resources/ffmpeg"
]
}