Skip to content

Commit

Permalink
Part of #522 - I need to specify windows paths correctly...
Browse files Browse the repository at this point in the history
  • Loading branch information
olabini committed Feb 19, 2021
1 parent 5a96069 commit a57694d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/windows_installer.nsi
Expand Up @@ -44,7 +44,7 @@ Section "CoyIM"
File win_installer\*.dll
File /r win_installer\lib
File /r win_installer\share
File /oname=CoyIM.ico ci/win_icon_256x256.ico
File /oname=CoyIM.ico ci\win_icon_256x256.ico

WriteUninstaller "$INSTDIR\Uninstall.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${NAME}" "DisplayName" "${NAME}"
Expand Down

0 comments on commit a57694d

Please sign in to comment.