This commit is contained in:
Devine Lu Linvega 2017-11-08 16:06:31 +13:00
parent 4493a43491
commit 99ae0747e5
2 changed files with 0 additions and 36 deletions

30
TODO.md
View File

@ -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

View File

@ -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"