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 }