|
@@ -26,11 +26,15 @@ module.exports = defineConfig({
|
|
|
"extra/database/org.rdb",
|
|
|
"config.sample.json",
|
|
|
"extra/imagemagick/**",
|
|
|
- "extra/zxing/**",
|
|
|
"extra/zxingA/**",
|
|
|
],
|
|
|
win: {
|
|
|
- target: "portable",
|
|
|
+ target: [
|
|
|
+ {
|
|
|
+ target: "dir", // "dir" 表示 win-unpacked
|
|
|
+ arch: ["x64"], // 可以指定 "x64", "ia32" 或 "arm64",根据需要选择
|
|
|
+ },
|
|
|
+ ],
|
|
|
signAndEditExecutable: false,
|
|
|
},
|
|
|
},
|