Skip to content

Commit f5426ce

Browse files
committed
Deploy the right zsyncmake and desktop-file-validate
1 parent b53f21f commit f5426ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-appdir.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ mkdir -p "$APPIMAGETOOL_APPDIR"/usr/lib/appimagekit/
2020
# Copy AppDir specific files
2121
cp ../resources/AppRun "$APPIMAGETOOL_APPDIR"
2222
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"
2325
cp $(which desktop-file-validate) "$APPIMAGETOOL_APPDIR"/usr/bin/
2426
cp $(which zsyncmake) "$APPIMAGETOOL_APPDIR"/usr/bin/
2527

0 commit comments

Comments
 (0)