add chmod of linked .local/bin file

This commit is contained in:
bayazidbh 2024-05-15 01:33:13 +07:00
parent b1fdd8450d
commit cf4f680092

View file

@ -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"