Skip to content

Commit

Permalink
change windows installer release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraient committed Nov 21, 2024
1 parent 70320e4 commit 0eb4bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/release
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ wine "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "$installer_script"
# Move installer to the release folder
installer_output="Build/Output/CurdInstaller.exe" # Replace with actual output location if different
if [ -f "$installer_output" ]; then
mv "$installer_output" "$windows_folder/CurdInstaller-v$version.exe"
mv "$installer_output" "$windows_folder/CurdInstaller.exe"
else
echo "Installer creation failed. Please check Inno Setup script output."
fi
Expand Down

0 comments on commit 0eb4bf0

Please sign in to comment.