Update install.sh

This commit is contained in:
bakustarver 2024-05-09 02:38:34 +03:00 committed by GitHub
parent fb629829dd
commit 6006570a0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;