Skip to content

Commit c36d8ec

Browse files
committed
不再添加 Credits.rtf 文件。
1 parent 7a9f0e5 commit c36d8ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ gulp.task('pack', (done) => {
6161
pack.macOS = `
6262
# for macOS
6363
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
6564
`
6665
pack.win64 = `
6766
# for windows x64

0 commit comments

Comments
 (0)