Skip to content

Commit

Permalink
Update pcmanfm-qt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Oct 23, 2024
1 parent b7fe386 commit d95af7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/generic/pcmanfm-qt.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
pelfCreator -m "xplshn" -n "pcmanfm-qt" -p "pcmanfm-qt" -x "usr/bin/pcmanfm-qt" -e "pcmanfm-qt.desktop" -z
pelfCreator -m "xplshn" -n "pcmanfm-qt" -p "pcmanfm-qt" -e "pcmanfm-qt.desktop" -z
APPDIR="$(echo pcmanfm-qt*.AppDir)"
# Add the .DirIcon
if ! wget -qO "$APPDIR/.DirIcon" "https://i.ibb.co/CtNbwVk/lxqt-logo.png"; then
echo "Unable to add .DirIcon (png, 128x128) to the AppDir"
exit 1
fi
echo "pcmanfm-qt" > "$APPDIR/entrypoint"
"$APPDIR"/.gen

0 comments on commit d95af7f

Please sign in to comment.