Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions puddletag-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ mkdir -p ./AppDir && (

./sharun -g

# sharun is not stripping python due to issues with other packages
# however that issue is not present here lol
strip --strip-all ./lib/libpython*

# add qt5ct for custom theming
echo "Adding qt5ct..."
mkdir -p \
Expand Down