We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53f21f commit f5426ceCopy full SHA for f5426ce
build-appdir.sh
@@ -20,6 +20,8 @@ mkdir -p "$APPIMAGETOOL_APPDIR"/usr/lib/appimagekit/
20
# Copy AppDir specific files
21
cp ../resources/AppRun "$APPIMAGETOOL_APPDIR"
22
cp install_prefix/usr/lib/appimagekit/mksquashfs "$APPIMAGETOOL_APPDIR"/usr/lib/appimagekit/
23
+# prefer binaries from /deps, if available
24
+export PATH=/deps/bin:"$PATH"
25
cp $(which desktop-file-validate) "$APPIMAGETOOL_APPDIR"/usr/bin/
26
cp $(which zsyncmake) "$APPIMAGETOOL_APPDIR"/usr/bin/
27
0 commit comments