From 34f6bf31bd99b8260f528a6c77ffdd457da3a5a4 Mon Sep 17 00:00:00 2001 From: Couleur <82747632+couleurm@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:31:18 +0100 Subject: [PATCH] invoke smrs post install: fix scoopless start menu shortcut --- modules/Installers/Invoke-SmoothieRsPost.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Installers/Invoke-SmoothieRsPost.ps1 b/modules/Installers/Invoke-SmoothieRsPost.ps1 index 5efd93c..2cf778b 100644 --- a/modules/Installers/Invoke-SmoothieRsPost.ps1 +++ b/modules/Installers/Invoke-SmoothieRsPost.ps1 @@ -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 }