mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-25 14:05:12 +00:00
and of course the AppImage broke. let's fix it
This commit is contained in:
parent
f652d6c738
commit
36e448a815
2 changed files with 2 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
APP_DIR=`dirname $0`
|
||||
APP_DIR=`cd "$APP_DIR";pwd`
|
||||
|
||||
export LD_LIBRARY_PATH="$APP_DIR/usr/lib"
|
||||
#export LD_LIBRARY_PATH="$APP_DIR/usr/lib"
|
||||
|
||||
cd "$APP_DIR"
|
||||
|
||||
|
|
|
@ -38,11 +38,7 @@ cp ../../../res/AppRun . || exit 1
|
|||
#cp /usr/lib/libc.so.6 usr/lib/ || exit 1
|
||||
#cp /usr/lib/libgcc_s.so.1 usr/lib/ || exit 1
|
||||
|
||||
cd usr/lib
|
||||
rm *.a || exit 1
|
||||
strip *.so.*
|
||||
|
||||
cd ../bin
|
||||
cd bin
|
||||
strip -s furnace
|
||||
|
||||
cd ../../..
|
||||
|
|
Loading…
Reference in a new issue