maint(one-liner.ps1) hide progress bar

This commit is contained in:
Ahrimdon 2024-11-19 17:05:19 -05:00
parent e109f13dba
commit 061ba89fe5

View File

@ -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