Skip to content

Commit

Permalink
fixup! Resolve circular dependency between linuxdeploy and this plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Dec 4, 2023
1 parent 2903c2d commit 71760fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ci/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ bash "$REPO_ROOT"/ci/build-bundle.sh

mv linuxdeploy-plugin-appimage-bundle AppDir

wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
chmod +x linuxdeploy-"$ARCH".AppImage

export UPD_INFO="gh-releases-zsync|linuxdeploy|linuxdeploy-plugin-appimage|continuous|linuxdeploy-plugin-appimage-$ARCH.AppImage"

# deploy linuxdeploy-plugin-appimage
Expand Down
3 changes: 0 additions & 3 deletions ci/build-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ ninja -v -j"$nprocs"

env DESTDIR=linuxdeploy-plugin-appimage-bundle ninja -v install

wget https://github.com/TheAssassin/linuxdeploy/releases/download/continuous/linuxdeploy-"$ARCH".AppImage
chmod +x linuxdeploy-"$ARCH".AppImage

# linuxdeploy-plugin-appimage-bundle appimagetool
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-"$AIK_ARCH".AppImage

Expand Down

0 comments on commit 71760fa

Please sign in to comment.