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