Skip to content

Commit

Permalink
Update gedit-junest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Oct 4, 2024
1 parent f852f0d commit 389b2ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gedit-junest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ rm -R -f ./deps/.*
# ADDITIONAL REMOVALS
#rm -R -f ./$APP.AppDir/.junest/usr/lib/libLLVM-* #INCLUDED IN THE COMPILATION PHASE, CAN SOMETIMES BE EXCLUDED FOR DAILY USE
rm -R -f ./$APP.AppDir/.junest/usr/lib/python*/__pycache__/* #IF PYTHON IS INSTALLED, REMOVING THIS DIRECTORY CAN SAVE SEVERAL MEGABYTES
strip --strip-debug ./$APP.AppDir/.junest/usr/lib/*
strip --strip-unneeded ./$APP.AppDir/.junest/usr/bin/*

# REMOVE THE INBUILT HOME
rm -R -f ./$APP.AppDir/.junest/home
Expand Down

0 comments on commit 389b2ac

Please sign in to comment.