From 2fde8ef16db7a3d8ebf087f7866a8d1bfb1685f3 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 8 Nov 2017 16:06:20 +1300 Subject: [PATCH] * --- Updater(OS X).command | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 Updater(OS X).command 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