electron-builder vue3 用戶自定義安裝目錄
之前版本在build 里面配置,但是我配置就報錯 Please move 'build' into the development package.json
后來查文檔原來vue3.0要在vue.config.js里面配置
pluginOptions: { electronBuilder: { nodeIntegration: true, builderOptions: { nsis: { allowToChangeInstallationDirectory: true, oneClick: false }, win: { icon: './public/app.ico' }, mac: { icon: './public/app.png' }, productName: 'AppDemo' } } }
記得點贊!
記得點贊!
記得點贊!
記得點贊!
記得點贊!
記得點贊!
記得點贊!