mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 13:48:41 -09:00
Remove AppImages per github.com/electron/electron/issues/42510
This commit is contained in:
parent
c035568e71
commit
e10f637999
2 changed files with 1 additions and 2 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
|
sudo apt install -y libglib2.0-0:i386 libexpat1:i386 libgcc-s1:i386
|
||||||
npm_config_arch=armv7l yarn run v8-snapshot:arch
|
npm_config_arch=armv7l yarn run v8-snapshot:arch
|
||||||
- name: Build
|
- name: Build
|
||||||
run: yarn run electron-builder -l deb rpm AppImage pacman --${{ matrix.name }} -c electron-builder-linux-ci.json
|
run: yarn run electron-builder -l deb rpm pacman --${{ matrix.name }} -c electron-builder-linux-ci.json
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Archive Build Artifacts
|
- name: Archive Build Artifacts
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
"category": "TerminalEmulator",
|
"category": "TerminalEmulator",
|
||||||
"target": [
|
"target": [
|
||||||
"deb",
|
"deb",
|
||||||
"AppImage",
|
|
||||||
"snap",
|
"snap",
|
||||||
"pacman"
|
"pacman"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue