Skip to content

Commit

Permalink
Recurse directories in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Mar 29, 2024
1 parent 8977ab9 commit 7de20b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Installer/Compile installer.bat

This file was deleted.

2 changes: 1 addition & 1 deletion Installer/Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: ".installed"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\License.txt"; DestDir: "{app}"; Flags: ignoreversion
Source: "Source\*"; DestDir: "{app}"; Flags: ignoreversion
Source: "Source\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs

[Icons]
Name: "{group}\{#AppName}"; Filename: "{app}\LightBulb.exe"
Expand Down

0 comments on commit 7de20b1

Please sign in to comment.