Moar Mac sanity checks; rename archive

This commit is contained in:
Mike A. Trethewey
2020-02-26 03:58:58 -08:00
parent cae638d7aa
commit f0d2e28923
3 changed files with 5 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ if len(BUILD_FILENAMES) > 0:
# .zip if windows
# .tar.gz otherwise
ZIP_FILENAME = os.path.join("..","deploy",os.path.splitext(BUILD_FILENAME)[0])
ZIP_FILENAME = "ALttPDoorRandomizer"
if env["OS_NAME"] == "windows":
make_archive(ZIP_FILENAME,"zip")
ZIP_FILENAME += ".zip"