diff --git a/Updater(OS X).command b/Updater(OS X).command deleted file mode 100755 index 0152326..0000000 --- a/Updater(OS X).command +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -cd ~/Github/HundredRabbits/Dotgrid/ -electron-packager . Dotgrid --platform=darwin --arch=x64 --out ~/Desktop/ --overwrite --electron-version=1.7.5 --icon=icon.icns -mv -v ~/Desktop/Dotgrid-darwin-x64/Dotgrid.app /Applications/ -rm -r ~/Desktop/Dotgrid-darwin-x64/ -open -a "Dotgrid" \ No newline at end of file