Skip to content

Commit

Permalink
invoke smrs post install: fix scoopless start menu shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Feb 20, 2024
1 parent 3fa78b5 commit 34f6bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Installers/Invoke-SmoothieRsPost.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function Invoke-SmoothieRsPost {
Overwrite = $True
LnkPath = "$Start\Smoothie.lnk"
TargetPath = "$DIR\bin\smoothie-rs.exe"
Arguments = "--tui -i"
Arguments = "--tui"
}
New-Shortcut @Parameters
}
Expand Down

0 comments on commit 34f6bf3

Please sign in to comment.