Skip to content

Commit

Permalink
Fix RPM installer issues with Electron apps
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Feb 10, 2024
1 parent 7e927d3 commit 7f645b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- transparency issues on Windows 10
- Schedule and Menu options not being updated after change of language
- multiple RTL UI issues
- RPM installer conflicts with other Electron apps

## [1.15.1] - 2023-11-19
### Fixed
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@
],
"asarUnpack": "node_modules/macos-notification-state/**"
},
"rpm": {
"fpm": [
"--rpm-rpmbuild-define",
"_build_id_links none"
]
},
"appx": {
"identityName": "33881JanHovancik.stretchly",
"publisher": "CN=35004EDA-CCDD-4304-A014-784D754E043F",
Expand Down

0 comments on commit 7f645b3

Please sign in to comment.