Skip to content

Commit

Permalink
Merge pull request #1893 from mrpalide/fix/windows-make-installer-run…
Browse files Browse the repository at this point in the history
…-skywire-script-fixing

Fix windows installer and runner script
  • Loading branch information
mrpalide authored Oct 30, 2024
2 parents 3862a3f + 5f7f4a1 commit c9e01ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/win_installer/script.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function BuildInstaller($arch)
Copy-Item skywire.bat .\build\skywire.bat
New-Item new.update > $null
Move-Item new.update .\build\new.update
Invoke-WebRequest "https://www.plaintext.ir/wintun-0.14.1.zip" -OutFile wintun.zip
Invoke-WebRequest "https://plaintext.ir/wintun-0.14.1.zip" -OutFile wintun.zip
Expand-Archive wintun.zip
Copy-Item .\wintun\wintun\bin\$wintun_arch\wintun.dll .\build\wintun.dll

Expand Down
2 changes: 1 addition & 1 deletion scripts/win_installer/skywire.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if exist "%HOMEPATH%\skywire-config.json" (

:: Generating new config file if not exist
if not exist "skywire-config.json" (
skywire cli config gen -birpw --disableapps vpn-server >nul 2>&1
skywire cli config gen -birpw --disableapps vpn-server -S services-config.json -D dmsghttp-config.json >nul 2>&1
)

:: Regenerating config file after update and install new version of Skywire
Expand Down

0 comments on commit c9e01ae

Please sign in to comment.