Skip to content

Commit 0fbe8d9

Browse files
NSilvfreeman42x
authored andcommitted
138 - changed DownloadPath to $env:TEMP
1 parent 2bc1ab4 commit 0fbe8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if([string]::IsNullOrEmpty($NwjsPath)){
4242
$NwjsPath = "$env:APPDATA\NWJS\"
4343
}
4444
if([string]::IsNullOrEmpty($DownloadPath)){
45-
$DownloadPath="C:\Temp"
45+
$DownloadPath=$env:TEMP
4646
}
4747

4848
# install nwjs

0 commit comments

Comments
 (0)