mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-03-28 14:56:21 +01:00
fix parsing of echo .desktop files
This commit is contained in:
parent
e578a3988a
commit
b1fdd8450d
1 changed files with 4 additions and 4 deletions
8
install.sh
Normal file → Executable file
8
install.sh
Normal file → Executable file
|
@ -9,7 +9,7 @@ fi
|
|||
echo "Installing rpgmaker-linux v$version"
|
||||
|
||||
mainfd="$HOME/desktopapps/nwjs"
|
||||
localapplicationsfd="$HOME/.local/share/applications/"
|
||||
localapplicationsfd="$HOME/.local/share/applications"
|
||||
localbin="$HOME/.local/bin"
|
||||
|
||||
arch=$(uname -m)
|
||||
|
@ -62,7 +62,7 @@ cp "$installpath/install.sh" "$mainfd"
|
|||
cp -r "$installpath/nwjs/" "$mainfd"
|
||||
|
||||
# echo "Making a desktop file"
|
||||
echo "[Desktop Entry]
|
||||
echo -e "[Desktop Entry]
|
||||
Name=RPG Maker MV/MZ (cicpoffs mount)
|
||||
Exec=env gamef=\"%u\" $mainfd/nwjs/packagefiles/nwjsstart-cicpoffs.sh --chooselatestnwjs
|
||||
Type=Application
|
||||
|
@ -74,7 +74,7 @@ Terminal=true
|
|||
NoDisplay=true" > "$localapplicationsfd/nwjstest.desktop"
|
||||
chmod +x "$localapplicationsfd/nwjstest.desktop"
|
||||
|
||||
echo "[Desktop Entry]
|
||||
echo -e "[Desktop Entry]
|
||||
Name=RPG Maker MV/MZ Options
|
||||
Exec=env gamef=\"%u\" $mainfd/nwjs/packagefiles/nwjsstart-cicpoffs.sh --gui
|
||||
Type=Application
|
||||
|
@ -83,7 +83,7 @@ StartupNotify=true
|
|||
MimeType=application/x-ms-dos-executable;application/x-wine-extension-msp;
|
||||
Icon=$mainfd/nwjs/packagefiles/nwjs128.png
|
||||
Terminal=true
|
||||
NoDisplay=true" > "$localapplicationsfd/nwjstoptions.desktop"
|
||||
NoDisplay=true" > "$localapplicationsfd/nwjsoptions.desktop"
|
||||
chmod +x "$localapplicationsfd/nwjsoptions.desktop"
|
||||
|
||||
# Exec=bash -c "/home/pasha/desktopapps/nwjs/nwjs/packagefiles/nwjsstart-cicpoffs.sh --latestnwjs --gamepath '$(pwd)'";#
|
||||
|
|
Loading…
Add table
Reference in a new issue