From 0508d2cb4b868aeb49436282e81a884789cbc956 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Sun, 13 Apr 2025 10:39:46 -0700 Subject: [PATCH] Revert "Remove AppImages per github.com/electron/electron/issues/42510" This reverts commit e10f637999c6bccc7da016a90a8a43b3d70ee30f. --- .github/workflows/nodejs.yml | 2 +- electron-builder.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8b9582c1..4cf2bb62 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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 diff --git a/electron-builder.json b/electron-builder.json index f9c8d1a4..dff5cb05 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -21,6 +21,7 @@ "category": "TerminalEmulator", "target": [ "deb", + "AppImage", "snap", "pacman" ]