Skip to content

Commit

Permalink
Fix missing 'libuuid' on openSUSE #74
Browse files Browse the repository at this point in the history
  • Loading branch information
bornova authored Jul 24, 2024
1 parent 53b28a3 commit fb0d643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ linux:
- AppImage
- deb
- rpm
rpm:
depends:
- '/usr/lib64/libuuid.so.1'
mac:
category: public.app-category.utilities
entitlements: src/misc/entitlements.mac.plist
Expand Down

0 comments on commit fb0d643

Please sign in to comment.