Skip to content

Commit

Permalink
Added license to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeTurner616 committed Jan 16, 2024
1 parent 28c58c2 commit 51ea6db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/LibGenSearchApp.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ OutputDir=Inno-Output
OutputBaseFilename=InfinityLibrary-setup
Compression=lzma2
SolidCompression=yes
LicenseFile=C:\Users\jaked\Documents\Infinity-Library\LICENSE

[Files]
Source: "C:\Users\jaked\Documents\Infinity-Library\target\InfinityLibrary.exe"; DestDir: "{app}"
Expand All @@ -18,4 +19,4 @@ Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "A

[Icons]
Name: "{group}\InfinityLibrary"; Filename: "{app}\InfinityLibrary.exe"
Name: "{userdesktop}\Infinity Library"; Filename: "{app}\InfinityLibrary.exe"; Tasks: desktopicon
Name: "{userdesktop}\Infinity Library"; Filename: "{app}\InfinityLibrary.exe"; Tasks: desktopicon

0 comments on commit 51ea6db

Please sign in to comment.