From c4ab5c12ea87acbd5188586aa68c7905561a11b1 Mon Sep 17 00:00:00 2001 From: bakustarver <66978329+bakustarver@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:44:22 +0300 Subject: [PATCH] Add files via upload --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 211e482..3afb53b 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash installpath=$(dirname "$0") -version='1.0.2' +version='1.0.3' if ! [ -d "$installpath/nwjs" ]; then echo "Can't find nwjs folder" exit 1; @@ -13,7 +13,7 @@ localapplicationsfd="$HOME/.local/share/applications/" localbin="$HOME/.local/bin" arch=$(uname -m) -archcheckmessage=$(echo "$arch" | sed -e 's@x86_64@pie executable, x86-64,@g' -e 's@aarch64@pie executable, ARM aarch64,@g' -e 's@i686@pie executable, Intel 80386,@g' -e 's@armhf@pie executable, ARM,@g') +archcheckmessage=$(echo "$arch" | sed -e 's@x86_64@pie executable, x86-64,@g' -e 's@aarch64@pie executable, ARM aarch64,@g' -e 's@i686@pie executable, Intel 80386,@g' -e 's@armv7l@pie executable, ARM,@g' -e 's@armhf@pie executable, ARM,@g') rm -rf "$mainfd" @@ -64,7 +64,7 @@ cp -r "$installpath/nwjs/" "$mainfd" # echo "Making a desktop file" echo "[Desktop Entry] Name=RPG Maker MV/MZ (cicpoffs mount) -Exec=env gamef='%f' $mainfd/nwjs/packagefiles/nwjsstart-cicpoffs.sh --chooselatestnwjs # +Exec=env gamef='%u' $mainfd/nwjs/packagefiles/nwjsstart-cicpoffs.sh --chooselatestnwjs Type=Application Categories=Game StartupNotify=true