From 88358a3d0ec59e0e19a9966d2de88779e67954c3 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Sat, 9 Mar 2024 11:52:58 +0200 Subject: [PATCH] Add files via upload --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 696df45..f3e49f2 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash installpath=$(dirname "$0") -version="1.0.0" +version='1.0.1' if ! [ -d "$installpath/nwjs" ]; then echo "Can't find nwjs folder" exit 1;