Baudin999 / ZDragon_Old_002

ZDragon is moving to .NET!
MIT License
1 stars 3 forks source link

Added easy dev release script #12

Closed lucashorward closed 4 years ago

lucashorward commented 4 years ago

A useful bash script for developers that want to test the release locally.

I recommend placing the zdragon_release script in your /usr/local/bin, so you can redeploy from your working folder after making changes in your editor, without having to switch from directory. For the lazy among us:

cp zdragon_release.sh /usr/local/bin
# May be required, depends on git and cp
chmod +x /usr/local/bin/zdragon_release.sh