Skip to content

Commit

Permalink
Fix path to icon in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
llimeht committed Dec 9, 2024
1 parent 245e504 commit 7cbc833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ UsedUserAreasWarning=no
LicenseFile=license.txt
ArchitecturesInstallIn64BitMode=x64
OutputBaseFilename=setupSasView
SetupIconFile=dist\sasview\images\ball.ico
SetupIconFile=../src/sas/qtgui/images/ball.ico


; Uncomment the following line to run in non administrative install mode (install for current user only.)
Expand Down

0 comments on commit 7cbc833

Please sign in to comment.