Skip to content

Commit

Permalink
also clean cpp files
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 14, 2023
1 parent ff2d823 commit b38dd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/MacOS/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ echo "include all xpra modules found: "
find $PYTHON_PACKAGES/xpra/* -type d -maxdepth 0 -exec basename {} \;
rsync -rpl $PYTHON_PACKAGES/xpra/* $LIBDIR/python/xpra/
echo "removing files that should not be installed in the first place (..)"
for x in "*.c" "*.pyx" "*.pxd" "constants.pxi" "constants.txt"; do
for x in "*.c" "*.cpp" "*.pyx" "*.pxd" "constants.pxi" "constants.txt"; do
echo "removing $x:"
find $LIBDIR/python/xpra/ -name "$x" -print -exec rm "{}" \; | sed "s+$LIBDIR/python/xpra/++g" | xargs -L 1 echo "* "
done
Expand All @@ -267,7 +267,7 @@ fi

echo
echo "*******************************************************************************"
echo "Xpra without a tray..."
echo "Xpra_NoDock: same app contents but without a dock icon"
for app in Xpra_NoDock.app; do
SUB_APP="${APP_DIR}/Contents/${app}"
rsync -rplvtog ${app} ${APP_DIR}/Contents/
Expand Down

0 comments on commit b38dd4b

Please sign in to comment.