Skip to content

Commit

Permalink
Update installer so it grabs the correct files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementalCrisis committed Jun 28, 2022
1 parent 2a0c041 commit 6f58896
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 @@ -63,7 +63,7 @@ Name: "C:\ProgramData\ShokoServer"; Permissions: users-full

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

[Code]
Expand Down

0 comments on commit 6f58896

Please sign in to comment.