Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/altair-electron/electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://www.schemastore.org/electron-builder.json
appId: com.xkoji.altair
productName: Altair GraphQL Client
electronVersion: 33.2.1
Expand Down Expand Up @@ -57,6 +58,13 @@ snap:
bind: $SNAP/usr/share/libdrm
win:
artifactName: ${name}_${version}_${arch}_win.${ext}
target:
- target: nsis
arch:
- x64
- target: msi
arch:
- x64
# flatpak:
# artifactName: ${name}_${version}_${arch}_flatpak.${ext}
# runtime: org.freedesktop.Platform
Expand Down
Loading