mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
don't strip libs in appimage
This commit is contained in:
parent
64eb295450
commit
d8f8e38f41
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,8 @@ PLAYBACK_CODES_PATH="./Data/PlaybackGeckoCodes/"
|
|||
APPDIR_BIN="./AppDir/usr/bin"
|
||||
APPDIR_HOOKS="./AppDir/apprun-hooks"
|
||||
|
||||
export NO_STRIP=on
|
||||
|
||||
# Grab various appimage binaries from GitHub if we don't have them
|
||||
if [ ! -e ./Tools/linuxdeploy ]; then
|
||||
wget ${LINUXDEPLOY_URL} -O ./Tools/linuxdeploy
|
||||
|
@ -82,3 +84,5 @@ else
|
|||
UPDATE_INFORMATION="${ZSYNC_STRING}" \
|
||||
./Tools/linuxdeploy-update-plugin --appdir=./AppDir/
|
||||
fi
|
||||
|
||||
unset NO_STRIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue