Skip to content

Commit 844d5d1

Browse files
committed
correction
1 parent a5aac6c commit 844d5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CreateZip.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if ($versionLine -match 'VERSION = "(.*?)"') {
99
}
1010

1111
# Define the zip file name and subdirectory name
12-
$zipName = "EasyQuantizationGUI_v$version.zip"
12+
$zipName = "EasyQuantizationGUI-$version.zip"
1313
$subDirName = "EasyQuantizationGUI"
1414

1515
# Get the current directory

0 commit comments

Comments
 (0)