mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-06-08 10:15:58 +02:00
Add files via upload
This commit is contained in:
parent
1017215f5e
commit
704e374ce2
1 changed files with 6 additions and 2 deletions
|
@ -6,7 +6,7 @@ export LD_LIBRARY_PATH="$HOME/desktopapps/nwjs/nwjs/packagefiles/:$LD_LIBRARY_PA
|
||||||
|
|
||||||
# curdesktop=$(echo "$XDG_CURRENT_DESKTOP")
|
# curdesktop=$(echo "$XDG_CURRENT_DESKTOP")
|
||||||
# defp="$HOME/deskappbin/nwjs/nwjs/"
|
# defp="$HOME/deskappbin/nwjs/nwjs/"
|
||||||
version='1.0.3'
|
version='1.0.4'
|
||||||
|
|
||||||
nwjsfm="$HOME/desktopapps/nwjs/nwjs"
|
nwjsfm="$HOME/desktopapps/nwjs/nwjs"
|
||||||
|
|
||||||
|
@ -116,8 +116,12 @@ fi
|
||||||
}
|
}
|
||||||
|
|
||||||
checkgamefilesfd() {
|
checkgamefilesfd() {
|
||||||
|
if echo "$1" | grep ".exe"; then
|
||||||
npath=$(dirname "$1" | sed -e "s@^'@@g");
|
npath=$(dirname "$1" | sed -e "s@^'@@g");
|
||||||
zenity --title "$gamef" --warning --text="$npath"
|
else
|
||||||
|
npath="$1"
|
||||||
|
fi
|
||||||
|
# zenity --title "$gamef" --warning --text="$npath"
|
||||||
if [ -d "$npath/www" ] && [ -e "$npath/package.json" ] && [ -e "$npath/www/js/plugins.js" ]; then
|
if [ -d "$npath/www" ] && [ -e "$npath/package.json" ] && [ -e "$npath/www/js/plugins.js" ]; then
|
||||||
mountpath="$npath/www"
|
mountpath="$npath/www"
|
||||||
found=true
|
found=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue