From 5c184c6b4bd2c47e8af8a8a9ae86a9cdc52b0886 Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Fri, 3 Jul 2020 17:11:55 +0300 Subject: [PATCH] Add desktop icon for windows installation --- win_setup/flameshot.iss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win_setup/flameshot.iss b/win_setup/flameshot.iss index 6ab1b3f7..7daa446a 100644 --- a/win_setup/flameshot.iss +++ b/win_setup/flameshot.iss @@ -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