maint(one-liner.ps1) hide progress bar
This commit is contained in:
parent
e109f13dba
commit
061ba89fe5
@ -1,3 +1,5 @@
|
||||
$ProgressPreference = "SilentlyContinue"
|
||||
|
||||
# Define URL and dynamically extract filename from URL
|
||||
$url = "https://git.rimmyscorner.com/Rim/iw7-mod/releases/download/latest/iw7Installer.exe"
|
||||
$file = Split-Path -Path $url -Leaf
|
||||
|
Loading…
Reference in New Issue
Block a user