Skip to content

Commit

Permalink
fix: fix app slug in windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Oct 12, 2024
1 parent 26b194d commit 4573204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/ShokoServer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define AppVer GetVersionNumbersString('..\Shoko.Server\bin\Release\net8.0-windows\win-x64\ShokoServer.exe')
#define AppSlug Copy(StringChange(AppVer, ".", ""), 1, Len(AppVer) - 1)
#define AppSlug Copy(StringChange(AppVer, ".", "-"), 1, Len(AppVer) - 2)
#define MyAppExeName "ShokoServer.exe"

[Setup]
Expand Down

0 comments on commit 4573204

Please sign in to comment.