diff --git a/CreateZip.ps1 b/CreateZip.ps1 index 3b1a29c..c46797a 100644 --- a/CreateZip.ps1 +++ b/CreateZip.ps1 @@ -9,7 +9,7 @@ if ($versionLine -match 'VERSION = "(.*?)"') { } # Define the zip file name and subdirectory name -$zipName = "EasyQuantizationGUI_v$version.zip" +$zipName = "EasyQuantizationGUI-$version.zip" $subDirName = "EasyQuantizationGUI" # Get the current directory