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
7 changes: 7 additions & 0 deletions apps/desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ mac:
- zip
linux:
icon: resources/icons/icon.png
desktop:
Name: OpenWork
Comment: Open-source alternative to Claude Cowork
Categories: Development;
StartupWMClass: openwork
extraResources:
- from: resources/sidecars
to: sidecars
Expand All @@ -80,6 +85,8 @@ linux:
- versions.json-x86_64-unknown-linux-gnu
target:
- AppImage
- deb
- rpm
- tar.gz
win:
icon: resources/icons/icon.ico
Expand Down