Add desktop icon for windows installation

This commit is contained in:
Yuriy Puchkov
2020-07-03 17:11:55 +03:00
parent 4c009a7572
commit 5c184c6b4b

View File

@@ -34,7 +34,8 @@ Source: "flameshot\platforms\*"; DestDir: "{app}\platforms"
Source: "flameshot\translations\*"; DestDir: "{app}\translations"
[Icons]
Name: "{group}\FlameShot"; Filename: "{app}\flameshot.exe"
Name: "{group}\FlameShot"; Filename: "{app}\flameshot.exe"; WorkingDir: "{app}"
Name: "{commondesktop}\FlameShot"; Filename: "{app}\flameshot.exe"; WorkingDir: "{app}"
; NOTE: Most apps do not need registry entries to be pre-created. If you
; don't know what the registry is or if you need to use it, then chances are