From cf4f6800922059d26bbcbed5fca80f32b7d322c9 Mon Sep 17 00:00:00 2001 From: bayazidbh Date: Wed, 15 May 2024 01:33:13 +0700 Subject: [PATCH] add chmod of linked .local/bin file --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 27f4532..1322280 100755 --- a/install.sh +++ b/install.sh @@ -59,7 +59,7 @@ createfd "$localbin" checkthebinaryarch "$installpath/nwjs/cicpoffs" cp "$installpath/install.sh" "$mainfd" -cp -r "$installpath/nwjs/" "$mainfd" +cp -r "$installpath/nwjs" "$mainfd" # echo "Making a desktop file" echo -e "[Desktop Entry] @@ -89,6 +89,7 @@ chmod +x "$localapplicationsfd/nwjsoptions.desktop" # Exec=bash -c "/home/pasha/desktopapps/nwjs/nwjs/packagefiles/nwjsstart-cicpoffs.sh --latestnwjs --gamepath '$(pwd)'";# lnnew "$mainfd/nwjs/packagefiles/nwjsstart-cicpoffs.sh" "$localbin/rpgmaker-linux" +chmod +x "$localbin/rpgmaker-linux" update-desktop-database -q ~/.local/share/applications echo "Installation Done"