Bundle TAP-Windows installer and persist startup config

This commit is contained in:
2026-09-01 22:16:19 +08:00
parent 57e6ba8e1e
commit a8d803168f
12 changed files with 691 additions and 44 deletions
+5
View File
@@ -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'
}