hhyyrylainen / RubySetupSystem

Setup scripts for setting up and building various libraries
MIT License
2 stars 2 forks source link

MakeRelease improvements #3

Closed GatoCreador887 closed 5 years ago

GatoCreador887 commented 5 years ago

Adds two new options, --unattended and --zip-path. --unattended skips the folder verification prompt. Has a shortcut, -u. --zip-path takes an argument, the path to the zip file, including file name and extension. Has a shortcut, -z. Example: --zip-path build/ThriveReleaseExample.7z Shortcut (-d) also added for --development. Full example: ruby MakeRelease.rb --development --unattended --zip-path build/release/thrive-release-example.7z Closes Revolutionary-Games/Thrive#811.