Skip to content

Commit

Permalink
Also set working directory in shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jul 16, 2019
1 parent da26a49 commit 2590cb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BetterMajorasMaskInstaller/Window/Completed.cs
Expand Up @@ -38,6 +38,8 @@ private void QuitButton_Click(object sender, EventArgs e)
InstallerSettings.InstallDirectory,
"Project64.exe");

shortcut.WorkingDirectory = InstallerSettings.InstallDirectory;

shortcut.Save();
}

Expand Down

0 comments on commit 2590cb8

Please sign in to comment.