You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: SteamPS/Public/Server/Update-SteamApp.ps1
+6-6
Original file line number
Diff line number
Diff line change
@@ -24,20 +24,20 @@ function Update-SteamApp {
24
24
25
25
Beware, the following arguments are already used:
26
26
27
-
If you use Steam login to install/upload the app the following arguments are already used: "+login $SteamUserName $SteamPassword +force_install_dir $Path +app_update $SteamAppID $Arguments validate +quit"
27
+
If you use Steam login to install/upload the app the following arguments are already used: "+login $SteamUserName $SteamPassword +force_install_dir $Path +app_update $SteamAppID $Arguments +quit"
28
28
29
-
If you use anonymous login to install/upload the app the following arguments are already used: "+login anonymous +force_install_dir $Path +app_update $SteamAppID $Arguments validate +quit"
29
+
If you use anonymous login to install/upload the app the following arguments are already used: "+login anonymous +force_install_dir $Path +app_update $SteamAppID $Arguments +quit"
30
30
31
31
.PARAMETERForce
32
32
The Force parameter allows the user to skip the "Should Continue" box.
0 commit comments