update
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
If ( $URL )
|
||||
{
|
||||
Write-Output "LiquidFiles target server: ${URL}"
|
||||
$INSTALLER_ARGS = 'REGKEYSCRIPT="BaseUrl={0};"' -f $URL
|
||||
$INSTALLER_ARGS = "REGKEYSCRIPT=`"BaseUrl=${URL};`""
|
||||
}
|
||||
Else { $INSTALLER_ARGS = '' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user