From 14d3b81229e9c6bcc06b7869ecbf1f6262d9e1fb Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Wed, 22 Jul 2020 13:37:29 +0300 Subject: [PATCH] Link to the documentation is changed from PDF to link to Collab --- 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 dc4c272e..a136d96f 100644 --- a/win_setup/flameshot.iss +++ b/win_setup/flameshot.iss @@ -37,7 +37,8 @@ Source: "flameshot\vcredist.exe"; DestDir: {app} [Icons] Name: "{commondesktop}\Flameshot"; Filename: "{app}\flameshot.exe"; WorkingDir: "{app}" Name: "{group}\Flameshot"; Filename: "{app}\flameshot.exe"; WorkingDir: "{app}" -Name: "{group}\FlameShot Documentation"; Filename: "{app}\flameshot-documentation.pdf"; WorkingDir: "{app}" +Name: "{group}\FlameShot Documentation"; Filename: "https://collab.namecheap.net/display/~anastasiamelnik/Flameshot%3A+Screenshot+tool"; WorkingDir: "{app}" +;Name: "{group}\FlameShot Documentation"; Filename: "{app}\flameshot-documentation.pdf"; 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