From adf7ea8a79bf32c319f62b857ffda03c03d6d1da Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:24:42 +0800 Subject: [PATCH] ci: update type2-runtime --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d94800942c..a1592d0b73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,7 +270,7 @@ jobs: cp -v tools/AppImage/io.github.maaassistantarknights.maaassistantarknights.metainfo.xml Maa.AppDir/usr/share/metainfo/ wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" # appimagetool with embedded runtime does not support cross build, till AppImage/appimagetool 7a10b8 - wget "https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-${{ matrix.arch }}" + wget "https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-fuse3-${{ matrix.arch }}" chmod a+x appimagetool-x86_64.AppImage ARCH=${{ matrix.arch }} ./appimagetool-x86_64.AppImage --runtime-file runtime-${{ matrix.arch }} Maa.AppDir chmod a+x MaaAssistantArknights-${{ matrix.arch }}.AppImage