Skip to content

Commit

Permalink
Fix the build output path in windows installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Oct 12, 2024
1 parent b645f8d commit 2186e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer/ShokoServer.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

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

Expand Down Expand Up @@ -60,7 +60,7 @@ Name: "{commonappdata}\ShokoServer"; Permissions: users-full

[Files]
Source: ".\FixPermissions.bat"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\Shoko.Server\bin\Release\net8.0-windows\win10-x64\publish\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
Source: "..\Shoko.Server\bin\Release\net8.0-windows\win-x64\publish\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs

[Code]
Expand Down

0 comments on commit 2186e45

Please sign in to comment.