|
|
@ -16,6 +16,5 @@ echo "export PATH=$PATH:$HOME/.local/bin" >> .bashrc
|
|
|
|
echo "export PATH=$PATH:$HOME/.local/bin" >> .bash_profile
|
|
|
|
echo "export PATH=$PATH:$HOME/.local/bin" >> .bash_profile
|
|
|
|
ln -sf $(realpath AppRun) $HOME/.local/bin/$NAME
|
|
|
|
ln -sf $(realpath AppRun) $HOME/.local/bin/$NAME
|
|
|
|
desktop-file-install --dir="$HOME/.local/share/applications" $NAME.desktop
|
|
|
|
desktop-file-install --dir="$HOME/.local/share/applications" $NAME.desktop
|
|
|
|
cd $HOME/.local/share/applications
|
|
|
|
gio set "$HOME/.local/share/applications/$NAME.desktop" "metadata::trusted" true
|
|
|
|
chmod +x $NAME.desktop
|
|
|
|
rm -rf /tmp/$APP /tmp/squashfs-root
|
|
|
|
gio set $NAME.desktop "metadata::trusted" true
|
|
|
|
|