Skip to content

Commit

Permalink
updated installer and README location
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rothwell committed May 7, 2024
1 parent 84c8854 commit 2d8eb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inno/scpannotator.iss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ SolidCompression=yes

[Files]
Source: "...\scpannotation\out\make\squirrel.windows\x64\scpannotation-0.1.0 Setup.exe"; DestDir: "{app}"
Source: "...\scpannotation\processingpy\README.xlsx"; DestDir: "{app}"; Flags: isreadme
Source: "...\scpannotation\processing\README.xlsx"; DestDir: "{app}"; Flags: isreadme
Source: "....\favicon\favicon_wiz.ico"; DestDir: "{app}";

[Icons]
Name: "{group}\SCP Sample Annotation Wizard"; Filename: "{app}\scpannotation-0.1.0 Setup.exe"; IconFilename:"{app}\favicon_wiz.ico";
Name: "{group}\SCP Sample Annotation Wizard"; Filename: "{app}\scpannotation-1.0.0 Setup.exe"; IconFilename:"{app}\favicon_wiz.ico";
File renamed without changes.

0 comments on commit 2d8eb3b

Please sign in to comment.