Skip to content

Commit

Permalink
Fix --startup argument in Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Dec 17, 2023
1 parent 008c8d7 commit 1e37ac8
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 1e37ac8

Please sign in to comment.