Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard committed Jan 2, 2025
1 parent a5aac6c commit 844d5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CreateZip.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 844d5d1

Please sign in to comment.