mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Revert "Remove AppImages per github.com/electron/electron/issues/42510"
This reverts commit e10f637999.
This commit is contained in:
parent
4a49bf2cbf
commit
0508d2cb4b
2 changed files with 2 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
"category": "TerminalEmulator",
|
||||
"target": [
|
||||
"deb",
|
||||
"AppImage",
|
||||
"snap",
|
||||
"pacman"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue