From 522942c8c847891fe68cf24ee43e952ec1c14438 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Wed, 9 Oct 2024 19:37:37 +0900 Subject: [PATCH] windows: try again to rename icon --- windows/mavproxy.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/mavproxy.iss b/windows/mavproxy.iss index 5409904bd6..c564ac48a4 100644 --- a/windows/mavproxy.iss +++ b/windows/mavproxy.iss @@ -58,7 +58,7 @@ Source: "..\windows\Startup Examples\MAVProxyMultiOutput.bat"; DestDir: "{app}\E [Icons] Name: "{group}\{#MyAppName} (No GUI)"; Filename: "{app}\{#MyAppExeName}"; WorkingDir: "{commondocs}"; IconFilename: "{app}\MAVProxy.ico" Name: "{group}\MAVExplorer"; Filename: "{app}\MAVExplorer.exe"; WorkingDir: "{commondocs}"; IconFilename: "{app}\MAVExplorer.ico" -Name: "{group}\mavpicviewer"; Filename: "{app}\mavpicviewer.exe"; WorkingDir: "{commondocs}"; IconFilename: "{app}\mavpicviewer.ico" +Name: "{group}\MAVPicViewer"; Filename: "{app}\mavpicviewer.exe"; WorkingDir: "{commondocs}"; IconFilename: "{app}\mavpicviewer.ico" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Parameters: "--map --console --load-module=graph"; WorkingDir: "{commondocs}"; Tasks: desktopicon; IconFilename: "{app}\MAVProxy.ico" Name: "{commondesktop}\MAVExplorer"; Filename: "{app}\MAVExplorer.exe"; WorkingDir: "{commondocs}"; Tasks: desktopicon; IconFilename: "{app}\MAVExplorer.ico" Name: "{commondesktop}\MAVPicViewer"; Filename: "{app}\mavpicviewer.exe"; WorkingDir: "{commondocs}"; Tasks: desktopicon; IconFilename: "{app}\mavpicviewer.ico"