Build releases with Ubuntu 18.04 container (#1460)

* ci(release): try using lite-xl-build-box

* ci(build): test with my own fork

* ci(build): do not install python via actions

* ci(build): disable package updates

* fix(scripts/appimage.sh): add workaround for non-FUSE environments

* ci(build): document why the actions are disabled

* ci(release): fix typo
This commit is contained in:
Takase
2023-08-19 12:43:56 +08:00
committed by takase1121
parent 97f3159415
commit 64a6d88618
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ generate_appimage() {
version="${version}-addons"
fi
./appimagetool LiteXL.AppDir LiteXL${version}-${ARCH}.AppImage
./appimagetool --appimage-extract-and-run LiteXL.AppDir LiteXL${version}-${ARCH}.AppImage
}
setup_appimagetool