Release 2.0.1

This commit is contained in:
Veronica Berglyd Olsen
2022-11-29 16:28:19 +01:00
parent b57d53adcd
commit e0f7e50b64
5 changed files with 36 additions and 6 deletions
+1 -1
View File
@@ -1146,7 +1146,7 @@ def makeWindowsEmbedded(sysArgs):
minimalZip = sysArgs[1]
if minimalZip is None:
print("Please provide the path to the minimal win pacage as an argument")
print("Please provide the path to the minimal win package as an argument")
sys.exit(1)
packVersion = os.path.basename(minimalZip).split("-")[1]