Bundle TAP-Windows installer and persist startup config
This commit is contained in:
@@ -46,6 +46,11 @@ try {
|
||||
'n2n\edge.exe' = Join-Path $n2nRoot 'edge.exe'
|
||||
'n2n\supernode.exe' = Join-Path $n2nRoot 'supernode.exe'
|
||||
'n2n\LICENSE-n2n.txt' = Join-Path $n2nRoot 'LICENSE'
|
||||
'drivers\tap-windows-9.24.7-I601-Win10.exe' = Join-Path $projectRoot 'third_party\tap-windows\tap-windows-9.24.7-I601-Win10.exe'
|
||||
'drivers\TAP-WINDOWS-README.txt' = Join-Path $projectRoot 'third_party\tap-windows\README.txt'
|
||||
'drivers\TAP-WINDOWS-SHA256SUMS.txt' = Join-Path $projectRoot 'third_party\tap-windows\SHA256SUMS.txt'
|
||||
'drivers\TAP-WINDOWS-LICENSE.txt' = Join-Path $projectRoot 'third_party\tap-windows\LICENSE.txt'
|
||||
'drivers\TAP-WINDOWS-GPLv2.txt' = Join-Path $projectRoot 'third_party\tap-windows\COPYRIGHT.GPL.txt'
|
||||
'README.txt' = Join-Path $projectRoot 'scripts\PORTABLE-README.txt'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user