Skip to content

Commit

Permalink
Merge pull request #33 from Keukeiland/fizitzfux
Browse files Browse the repository at this point in the history
Fix a bug with the windows installer
  • Loading branch information
fizitzfux authored May 21, 2024
2 parents 7e6969f + 6a0b825 commit c17d327
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keuknet",
"version": "2.4.0",
"version": "2.4.1",
"description": "A webserver and client program for easily managing a WireGuard-network in a client-server setting.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion www/extensions/profile/devices/windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2>Installation</h2>
</p>

<p><code>
cmd.exe /c curl -o "%TEMP%\installer.exe" "{{client_location}}installer.exe" && "%TEMP%\installer.exe"
cmd.exe /c curl -L -o "%TEMP%\installer.exe" "{{client_location}}installer.exe" && "%TEMP%\installer.exe"
</code></p>

<p>
Expand Down

0 comments on commit c17d327

Please sign in to comment.