Skip to content

Commit

Permalink
update cpanel shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl committed Sep 28, 2023
1 parent 8db80da commit 6aa434c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rectify11Installer/Core/Backend/Themes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private static void InstallR11Cpl()

// create shortcut
using ShellLink shortcut = new();
shortcut.Target = "shell:::{542EEE1B-A254-46F7-B980-35BECF6076A4}";
shortcut.Target = "control.exe /name Rectify11.SettingsCPL";
shortcut.IconPath = Path.Combine(Variables.r11Folder, "Rectify11CPL", "Rectify11CPL.dll");
shortcut.IconIndex = 0;
shortcut.DisplayMode = ShellLink.LinkDisplayMode.edmNormal;
Expand Down

0 comments on commit 6aa434c

Please sign in to comment.