Revert "Remove AppImages per github.com/electron/electron/issues/42510"

This reverts commit e10f637999.
This commit is contained in:
Philip Peterson 2025-04-13 10:39:46 -07:00
parent 4a49bf2cbf
commit 0508d2cb4b
No known key found for this signature in database
GPG key ID: 354311183FC6519B
2 changed files with 2 additions and 1 deletions

View file

@ -182,7 +182,7 @@ jobs:
sudo apt install -y libglib2.0-0:i386 libexpat1:i386 libgcc-s1:i386
npm_config_arch=armv7l yarn run v8-snapshot:arch
- name: Build
run: yarn run electron-builder -l deb rpm pacman --${{ matrix.name }} -c electron-builder-linux-ci.json
run: yarn run electron-builder -l deb rpm AppImage pacman --${{ matrix.name }} -c electron-builder-linux-ci.json
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive Build Artifacts

View file

@ -21,6 +21,7 @@
"category": "TerminalEmulator",
"target": [
"deb",
"AppImage",
"snap",
"pacman"
]