*
This commit is contained in:
parent
4493a43491
commit
99ae0747e5
30
TODO.md
30
TODO.md
@ -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
|
|
@ -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"
|
|
Loading…
x
Reference in New Issue
Block a user