diff --git a/package-lock.json b/package-lock.json index 6cc112c..88d569f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "keuknet", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "keuknet", - "version": "2.4.0", + "version": "2.4.1", "license": "MPL-2.0", "dependencies": { "cookie": "^0.6.0", diff --git a/package.json b/package.json index ed7e7b3..a33361c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/www/extensions/profile/devices/windows.html b/www/extensions/profile/devices/windows.html index 561f7cc..dae3d1b 100644 --- a/www/extensions/profile/devices/windows.html +++ b/www/extensions/profile/devices/windows.html @@ -20,7 +20,7 @@

Installation

- 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"