{ "appId": "com.erp.client", "productName": "erpClient", "asar": { "smartUnpack": false }, "compression": "maximum", "asarUnpack": [ "public/jre/**/*", "public/icon/**/*", "public/image/**/*", "public/splash.html", "public/config/**/*" ], "directories": { "output": "dist" }, "electronLanguages": ["zh-CN", "en-US"], "nsis": { "oneClick": false, "perMachine": false, "allowToChangeInstallationDirectory": true, "shortcutName": "erpClient" }, "win": { "target": "dir", "icon": "public/icon/icon1.png" }, "files": [ "package.json", { "from": "build/main", "to": "main", "filter": ["**/*"] }, { "from": "build/renderer", "to": "renderer", "filter": [ "**/*", "!icon/**/*", "!image/**/*", "!jre/**/*", "!config/**/*", "!*.jar", "!splash.html" ] }, { "from": "public", "to": "public", "filter": [ "jre/**/*", "icon/**/*", "image/**/*", "splash.html", "config/**/*", "!erp_client_sb-*.jar", "!data/**/*", "!jre/bin/*.exe", "jre/bin/java.exe", "jre/bin/javaw.exe", "jre/bin/keytool.exe", "!jre/include/**", "!jre/lib/src.zip", "!jre/lib/ct.sym", "!jre/lib/jvm.lib" ] }, "!build", "!dist", "!scripts" ], "extraResources": [ { "from": "update-helper.bat", "to": "../update-helper.bat" }, { "from": "public", "to": "./", "filter": ["erp_client_sb-*.jar"] } ] }