mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-26 00:58:37 +02:00
Remove libatk from the AppImage, as it breaks launching the browser
This commit is contained in:
parent
b2d9adf6a7
commit
3439d3e40d
@ -92,6 +92,7 @@ ln -sf share/icons/hicolor/scalable/apps/audacity.svg "${appdir}/.DirIcon"
|
|||||||
export LD_LIBRARY_PATH="${appdir}/usr/lib/audacity:${LD_LIBRARY_PATH-}"
|
export LD_LIBRARY_PATH="${appdir}/usr/lib/audacity:${LD_LIBRARY_PATH-}"
|
||||||
|
|
||||||
linuxdeploy --appdir "${appdir}" # add all shared library dependencies
|
linuxdeploy --appdir "${appdir}" # add all shared library dependencies
|
||||||
|
rm "${appdir}/lib/libatk-1.0.so.0"
|
||||||
|
|
||||||
#============================================================================
|
#============================================================================
|
||||||
# Build AppImage
|
# Build AppImage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user