mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-04-21 12:31:48 +00:00
Add build number to output folder
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ class gibMacOS:
|
||||
def download_prod(self, prod, dmg = False):
|
||||
# Takes a dictonary of details and downloads it
|
||||
self.resize()
|
||||
name = "{} - {} {}".format(prod["product"], prod["version"], prod["title"]).replace(":","").strip()
|
||||
name = "{} - {} {} ({})".format(prod["product"], prod["version"], prod["title"], prod["build"]).replace(":","").strip()
|
||||
dl_list = []
|
||||
for x in prod["packages"]:
|
||||
if not x.get("URL",None):
|
||||
|
||||
Reference in New Issue
Block a user