diff options
| author | Takase <20792268+takase1121@users.noreply.github.com> | 2023-04-16 21:18:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-16 15:18:40 +0200 |
| commit | 0cf47fec5dfbc2ac98033eacde62fcaa2e8b83da (patch) | |
| tree | d092d2e8c5222d7d8873e6fbaad673b18cde84a0 /scripts | |
| parent | a6d1fe720f06dae2f3ff93c222ccca1be54fd4a0 (diff) | |
| download | pragtical-0cf47fec5dfbc2ac98033eacde62fcaa2e8b83da.tar.gz pragtical-0cf47fec5dfbc2ac98033eacde62fcaa2e8b83da.zip | |
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
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/appimage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/appimage.sh b/scripts/appimage.sh index 03de616c..17551a48 100644 --- a/scripts/appimage.sh +++ b/scripts/appimage.sh @@ -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 |
