Add files via upload

This commit is contained in:
bakustarver 2024-03-09 11:52:58 +02:00 committed by GitHub
parent ce53368912
commit 88358a3d0e
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.0"
version='1.0.1'
if ! [ -d "$installpath/nwjs" ]; then
echo "Can't find nwjs folder"
exit 1;