Skip to content

Commit f0dce86

Browse files
committed
[FlashpointManager] Update uninstallation procedure to reflect previous commit
1 parent 20b6627 commit f0dce86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FlashpointManager/src/Forms/Settings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ await Task.Run(() => {
8383

8484
var shortcutPaths = new string[]
8585
{
86+
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Programs), "Flashpoint.lnk"),
8687
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.StartMenu), "Flashpoint.lnk"),
8788
Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.Desktop), "Flashpoint.lnk")
8889
};

0 commit comments

Comments
 (0)