Skip to content

Commit fe6c07a

Browse files
committed
[FlashpointInstaller] Always create shortcut in Flashpoint directory
1 parent 03bddb4 commit fe6c07a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlashpointInstaller/src/Forms/Operate.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ private async void FinishOperation()
224224

225225
await Task.Run(() =>
226226
{
227-
var shortcutPaths = new List<string>();
227+
var shortcutPaths = new List<string> { FPM.Main.DestinationPath.Text };
228228

229229
if (FPM.Main.ShortcutDesktop.Checked)
230230
{

0 commit comments

Comments
 (0)