Skip to content
Merged
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
5 changes: 5 additions & 0 deletions apps/desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ linux:
icon: build/icon.png
category: Education
maintainer: Eric Zhou <ericckzhou@gmail.com>
# Override the binary name explicitly: electron-builder derives it from the
# package name (@starcall/desktop -> @starcalldesktop), and electron-builder 26
# rejects the "@" as an unsafe path char. The user-facing AppImage filename
# still comes from artifactName (productName) below.
executableName: starcallos
target:
- target: AppImage
arch:
Expand Down
Loading