We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5aac6c commit 844d5d1Copy full SHA for 844d5d1
CreateZip.ps1
@@ -9,7 +9,7 @@ if ($versionLine -match 'VERSION = "(.*?)"') {
9
}
10
11
# Define the zip file name and subdirectory name
12
-$zipName = "EasyQuantizationGUI_v$version.zip"
+$zipName = "EasyQuantizationGUI-$version.zip"
13
$subDirName = "EasyQuantizationGUI"
14
15
# Get the current directory
0 commit comments