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