mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-03-28 14:56:21 +01: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")
|
||||
# defp="$HOME/deskappbin/nwjs/nwjs/"
|
||||
version='1.0.3'
|
||||
version='1.0.4'
|
||||
|
||||
nwjsfm="$HOME/desktopapps/nwjs/nwjs"
|
||||
|
||||
|
@ -116,8 +116,12 @@ fi
|
|||
}
|
||||
|
||||
checkgamefilesfd() {
|
||||
if echo "$1" | grep ".exe"; then
|
||||
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
|
||||
mountpath="$npath/www"
|
||||
found=true
|
||||
|
|
Loading…
Add table
Reference in a new issue