From 6006570a0c6805af01c44bb2a95cf3f53087bab3 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Thu, 9 May 2024 02:38:34 +0300 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0f5a915..166bccc 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash installpath=$(dirname "$0") -version='1.0.5' +version='1.0.6' if ! [ -d "$installpath/nwjs" ]; then echo "Can't find nwjs folder" exit 1;