mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-04-29 19:44:52 +02:00
Update install.sh
This commit is contained in:
parent
fb629829dd
commit
6006570a0c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
installpath=$(dirname "$0")
|
installpath=$(dirname "$0")
|
||||||
version='1.0.5'
|
version='1.0.6'
|
||||||
if ! [ -d "$installpath/nwjs" ]; then
|
if ! [ -d "$installpath/nwjs" ]; then
|
||||||
echo "Can't find nwjs folder"
|
echo "Can't find nwjs folder"
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue