From 5b2d5b99aebf6f418818d0ddab9659bd3665f82e Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Mon, 16 Oct 2023 21:17:49 +0200 Subject: [PATCH] build: PS1 removed -b --- electron-gui/build/basicswap-install-windows.ps1 | 2 +- electron-gui/src/renderer/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/electron-gui/build/basicswap-install-windows.ps1 b/electron-gui/build/basicswap-install-windows.ps1 index 500cd07..affb25a 100644 --- a/electron-gui/build/basicswap-install-windows.ps1 +++ b/electron-gui/build/basicswap-install-windows.ps1 @@ -191,7 +191,7 @@ $BASICSWAP_PATH = Join-Path $INSTALL_PATH "basicswap" try { Write-Host "[INFO] Cloning and setting up BasicSwap from GitHub..." - git clone https://github.com/tecnovert/basicswap.git $BASICSWAP_PATH -b nav + git clone https://github.com/tecnovert/basicswap.git $BASICSWAP_PATH cd $BASICSWAP_PATH protoc -I=basicswap --python_out=basicswap basicswap/messages.proto Write-Host "[INFO] Installing required Python packages for BasicSwap..." diff --git a/electron-gui/src/renderer/index.html b/electron-gui/src/renderer/index.html index a45c2d0..855436a 100644 --- a/electron-gui/src/renderer/index.html +++ b/electron-gui/src/renderer/index.html @@ -2,7 +2,7 @@ - BasicSwap (BSX) Installer v1.0.7-WIN + BasicSwap (BSX) Installer v1.0.8-WIN @@ -124,7 +124,7 @@

Installation Log:

-
Made with ❤️ by CRZ - v1.0.7-WIN
+
Made with ❤️ by CRZ - v1.0.8-WIN
\ No newline at end of file