aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xUpdater(OS X).command10
1 files changed, 9 insertions, 1 deletions
diff --git a/Updater(OS X).command b/Updater(OS X).command
index d84cea5..7d9cc38 100755
--- a/Updater(OS X).command
+++ b/Updater(OS X).command
@@ -30,4 +30,12 @@ electron-packager . Dotgrid --platform=darwin --arch=x64 --out ~/Desktop/ --over
chflags -f -R nouchg ~/Desktop/Dotgrid-darwin-x64/
rm -r /Applications/Dotgrid.app
mv -v ~/Desktop/Dotgrid-darwin-x64/Dotgrid.app /Applications/
-rm -r ~/Desktop/Dotgrid-darwin-x64/ \ No newline at end of file
+rm -r ~/Desktop/Dotgrid-darwin-x64/
+
+cd ~/Github/HundredRabbits/Byt/
+git pull
+electron-packager . Dotgrid --platform=darwin --arch=x64 --out ~/Desktop/ --overwrite --electron-version=1.7.5 --icon=icon.icns
+chflags -f -R nouchg ~/Desktop/Byt-darwin-x64/
+rm -r /Applications/Byt.app
+mv -v ~/Desktop/Byt-darwin-x64/Byt.app /Applications/
+rm -r ~/Desktop/Byt-darwin-x64/ \ No newline at end of file