We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9f0e5 commit c36d8ecCopy full SHA for c36d8ec
gulpfile.js
@@ -61,7 +61,6 @@ gulp.task('pack', (done) => {
61
pack.macOS = `
62
# for macOS
63
electron-packager ./app 'SwitchHosts!' --platform=darwin --arch=x64 --electron-version=${ELECTRON_VERSION} --overwrite --asar=true --prune --icon=./assets/app.icns --ignore=node_modules/.bin --ignore=.git --ignore=dist --ignore=node_modules/electron-* --out=dist --app-version=${v1} --build-version=${v2}
64
-cp ./assets/Credits.rtf dist/SwitchHosts\!-darwin-x64/SwitchHosts\!.app/Contents/Resources/en.lproj
65
`
66
pack.win64 = `
67
# for windows x64
0 commit comments