mirror of
https://github.com/bakustarver/rpgmakermlinux-cicpoffs.git
synced 2025-04-29 19:44:52 +02:00
add chmod of linked .local/bin file
This commit is contained in:
parent
b1fdd8450d
commit
cf4f680092
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,7 @@ createfd "$localbin"
|
||||||
|
|
||||||
checkthebinaryarch "$installpath/nwjs/cicpoffs"
|
checkthebinaryarch "$installpath/nwjs/cicpoffs"
|
||||||
cp "$installpath/install.sh" "$mainfd"
|
cp "$installpath/install.sh" "$mainfd"
|
||||||
cp -r "$installpath/nwjs/" "$mainfd"
|
cp -r "$installpath/nwjs" "$mainfd"
|
||||||
|
|
||||||
# echo "Making a desktop file"
|
# echo "Making a desktop file"
|
||||||
echo -e "[Desktop Entry]
|
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)'";#
|
# 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"
|
lnnew "$mainfd/nwjs/packagefiles/nwjsstart-cicpoffs.sh" "$localbin/rpgmaker-linux"
|
||||||
|
chmod +x "$localbin/rpgmaker-linux"
|
||||||
update-desktop-database -q ~/.local/share/applications
|
update-desktop-database -q ~/.local/share/applications
|
||||||
|
|
||||||
echo "Installation Done"
|
echo "Installation Done"
|
||||||
|
|
Loading…
Add table
Reference in a new issue