all is well app use terminal-run

pull/512/head
Botspot 5 years ago
parent a2289fc3fc
commit d898407b03

@ -15,9 +15,9 @@ echo "[Desktop Entry]
Name=All Is Well Name=All Is Well
GenericName=Update Helper and Fixer GenericName=Update Helper and Fixer
Comment= ALL IS WELL is a bash script that allows users to easily update and upgrade their repositories and packages on linux. It will also fix any broken packages and dependencies. Comment= ALL IS WELL is a bash script that allows users to easily update and upgrade their repositories and packages on linux. It will also fix any broken packages and dependencies.
Exec=$HOME/All-is-well/aiw/aiwrpi.sh Exec=$DIRECTORY/etc/terminal-run $HOME/All-is-well/aiw/aiwrpi.sh 'All Is Well'
Icon=$HOME/pi-apps/apps/All Is Well/icon-64.png Icon=$HOME/pi-apps/apps/All Is Well/icon-64.png
Terminal=true Terminal=false
StartupNotify=true StartupNotify=true
Type=Application Type=Application
Categories=Utility;" > ~/.local/share/applications/aiw.desktop || error "Failed to create menu button!" Categories=Utility;" > ~/.local/share/applications/aiw.desktop || error "Failed to create menu button!"

Loading…
Cancel
Save