Skip to content

Commit

Permalink
Merge pull request #46 from nazar-pc/fix-startup-windows
Browse files Browse the repository at this point in the history
Fix `--startup` argument in Windows installer
  • Loading branch information
nazar-pc authored Dec 17, 2023
2 parents 008c8d7 + 1e37ac8 commit 8072f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/windows/wix/space-acres.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@
<Shortcut Id="AppStartupShortcut"
Name="Space Acres"
Description="Space Acres is an opinionated unofficial GUI application for farming on Subspace Network"
Target="[APPLICATIONFOLDER]bin\space-acres.exe --startup"
Target="[APPLICATIONFOLDER]bin\space-acres.exe"
Arguments="--startup"
WorkingDirectory="APPLICATIONROOTDIRECTORY"
Icon="ProductICO"/>
<RemoveFolder Id="StartupFolder" On="uninstall"/>
Expand Down

0 comments on commit 8072f70

Please sign in to comment.