Skip to content

Commit

Permalink
[menu-bar][electron] Add maintainer field to deb packages (#227)
Browse files Browse the repository at this point in the history
* [menu-bar][electron] Add maintainer field to deb packages

* Add changelog entry
  • Loading branch information
gabrieldonadel authored Nov 26, 2024
1 parent 6bfa106 commit 2115947
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### 🐛 Bug fixes

- [macOS] Fix `new NativeEventEmitter() requires a non-null argument` error when clicking "See all". ([#225](https://github.com/expo/orbit/pull/225) by [@gabrieldonadel](https://github.com/gabrieldonadel))
- [Linux] Add maintainer field to deb packages. ([#227](https://github.com/expo/orbit/pull/227) by [@gabrieldonadel](https://github.com/gabrieldonadel))

### 💡 Others

Expand Down
5 changes: 4 additions & 1 deletion apps/menu-bar/electron/forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ const config: ForgeConfig = {
},
}),
new MakerDeb({
options: linuxOptions,
options: {
...linuxOptions,
maintainer: 'Expo',
},
}),
],
plugins: [
Expand Down

0 comments on commit 2115947

Please sign in to comment.