mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
Merge pull request #487 from hydralauncher/build/update-linux-packages
build(linux): add rpm package, icon and mimeType
This commit is contained in:
commit
c648ce3d59
2 changed files with 4 additions and 1 deletions
BIN
build/icons/512x512.png
Normal file
BIN
build/icons/512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
|
@ -40,8 +40,11 @@ linux:
|
||||||
- AppImage
|
- AppImage
|
||||||
- snap
|
- snap
|
||||||
- deb
|
- deb
|
||||||
|
- rpm
|
||||||
maintainer: electronjs.org
|
maintainer: electronjs.org
|
||||||
category: Utility
|
category: Game
|
||||||
|
mimeTypes:
|
||||||
|
- x-scheme-handler/hydralauncher
|
||||||
appImage:
|
appImage:
|
||||||
artifactName: ${name}-${version}.${ext}
|
artifactName: ${name}-${version}.${ext}
|
||||||
npmRebuild: false
|
npmRebuild: false
|
||||||
|
|
Loading…
Reference in a new issue