Skip to content

Commit

Permalink
build: PS1 removed -b
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlofvanek committed Oct 16, 2023
1 parent f0a65a7 commit 5b2d5b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron-gui/build/basicswap-install-windows.ps1
Expand Up @@ -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..."
Expand Down
4 changes: 2 additions & 2 deletions electron-gui/src/renderer/index.html
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BasicSwap (BSX) Installer v1.0.7-WIN</title>
<title>BasicSwap (BSX) Installer v1.0.8-WIN</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
Expand Down Expand Up @@ -124,7 +124,7 @@ <h1>Installation Log:</h1>
</div>
</div>

<div class="version">Made with ❤️ by CRZ - v1.0.7-WIN</div>
<div class="version">Made with ❤️ by CRZ - v1.0.8-WIN</div>
<script src="renderer.js"></script>
</body>
</html>

0 comments on commit 5b2d5b9

Please sign in to comment.