From 99ae0747e59221f5e2c4cd2c9f76615c9bb9d58a Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Wed, 8 Nov 2017 16:06:31 +1300 Subject: [PATCH] * --- TODO.md | 30 ------------------------------ Updater(OS X).command | 6 ------ 2 files changed, 36 deletions(-) delete mode 100644 TODO.md delete mode 100755 Updater(OS X).command diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 46f2c77..0000000 --- a/TODO.md +++ /dev/null @@ -1,30 +0,0 @@ -## TODOs - -### Commander - -### Module -- Move preview into method. - -### Path -- Origin marker - -### IO -- Import `.rin` files -- Export `.rin` file -- Negative positions - -### Type -- Implement - -### Transform -- Implement - -### Docs -- Add shortcuts -- Write tutorial - -### Brush -- Finish Port draft - -### Line -- Preview support \ No newline at end of file diff --git a/Updater(OS X).command b/Updater(OS X).command deleted file mode 100755 index af2b3e2..0000000 --- a/Updater(OS X).command +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -cd ~/Github/HundredRabbits/Ronin/ -electron-packager . Ronin --platform=darwin --arch=x64 --out ~/Desktop/ --overwrite --electron-version=1.7.5 --icon=icon.icns -mv -v ~/Desktop/Ronin-darwin-x64/Ronin.app /Applications/ -rm -r ~/Desktop/Ronin-darwin-x64/ -open -a "Ronin" \ No newline at end of file