Ver código fonte

feat: 打包调整

zhangjie 8 meses atrás
pai
commit
2fa7bf8c73
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -44,7 +44,8 @@ var config = {
               target: "dir", // "dir" 表示 win-unpacked
               arch: ["x64"] // 可以指定 "x64", "ia32" 或 "arm64",根据需要选择
             }
-          ]
+          ],
+          signAndEditExecutable: false
         }
       }
     }