mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
fixed bug in setting largeaddressaware
This commit is contained in:
@@ -16,6 +16,6 @@ $path_outputExe = Join-Path -Path $TargetDir -ChildPath $TargetFileName
|
||||
|
||||
# Set LargeAddressAware
|
||||
Write-Output "Setting LargeAddressAware on binary"
|
||||
& $path_editBin "/NOLOGO /largeaddressaware $path_outputExe"
|
||||
& $path_editBin "/largeaddressaware" "$path_outputExe"
|
||||
|
||||
Write-Output ""
|
||||
Reference in New Issue
Block a user