Skip to content

Commit f09c4a9

Browse files
Limit electric outputs to deb dmg exe
1 parent af07acd commit f09c4a9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,13 +457,9 @@ jobs:
457457
- **Windows AMD64**: `0e7_windows_amd64.zip`
458458
- **All Platforms**: `0e7_all_platforms.tar.gz`
459459
- **macOS Electric AMD64 (DMG)**: `0e7_electric_mac_amd64.dmg`
460-
- **macOS Electric AMD64 (ZIP)**: `0e7_electric_mac_amd64.zip`
461460
- **macOS Electric ARM64 (DMG)**: `0e7_electric_mac_arm64.dmg`
462-
- **macOS Electric ARM64 (ZIP)**: `0e7_electric_mac_arm64.zip`
463-
- **Linux Electric AMD64 (AppImage)**: `0e7_electric_linux_amd64.AppImage`
464461
- **Linux Electric AMD64 (DEB)**: `0e7_electric_linux_amd64.deb`
465462
- **Windows Electric AMD64 (Installer)**: `0e7_electric_win_amd64.exe`
466-
- **Windows Electric AMD64 (ZIP)**: `0e7_electric_win_amd64.zip`
467463
468464
### Installation
469465
1. Download the appropriate file for your platform

electric/electron-builder.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
appId: com.0e7.desktop
22
productName: 0E7
3-
homepage: https://0e7.cn
43
directories:
54
output: release
65
buildResources: build
@@ -17,15 +16,13 @@ mac:
1716
category: public.app-category.utilities
1817
target:
1918
- dmg
20-
- zip
2119
win:
2220
target:
2321
- nsis
24-
- zip
2522
linux:
2623
category: Utility
24+
homepage: https://0e7.cn
2725
target:
28-
- AppImage
2926
- deb
3027
publish: null
3128

0 commit comments

Comments
 (0)