Skip to content

Commit

Permalink
Update build macos
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Nov 13, 2018
1 parent 28e18e0 commit 4af4e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm update
./node_modules/.bin/electron-rebuild
./node_modules/.bin/electron-packager ./ Pritunl --platform=darwin --arch=x64 --icon=./www/img/pritunl.icns --out=../build/osx/Applications
cd ../
gsed -i "s|</dict>| <key>NSRequiresAquaSystemAppearance</key>\n <string>NO</string>\n</dict>|" build/osx/Applications/Pritunl-darwin-x64/Pritunl.app/Contents/Info.plist
gsed -i "s|</dict>| <key>NSRequiresAquaSystemAppearance</key>\n <string>NO</string>\n </dict>|" build/osx/Applications/Pritunl-darwin-x64/Pritunl.app/Contents/Info.plist
mv build/osx/Applications/Pritunl-darwin-x64/Pritunl.app build/osx/Applications/
rm -rf build/osx/Applications/Pritunl-darwin-x64
sleep 3
Expand Down

0 comments on commit 4af4e3e

Please sign in to comment.