mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-27 13:29:31 +00:00
Refactor CI workflow and add Linux packaging support; update app title to "Vaani"
This commit is contained in:
parent
412c212118
commit
be4b4beb00
5 changed files with 82 additions and 12 deletions
32
linux/packaging/deb/make_config.yaml
Normal file
32
linux/packaging/deb/make_config.yaml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
display_name: Vaani
|
||||
package_name: vaani
|
||||
|
||||
maintainer:
|
||||
name: Dr.Blank
|
||||
email: drblankdev@gmail.com
|
||||
|
||||
priority: optional
|
||||
|
||||
section: x11
|
||||
|
||||
installed_size: 75700
|
||||
|
||||
essential: false
|
||||
|
||||
icon: assets/icon/logo.png
|
||||
|
||||
postuninstall_scripts:
|
||||
- echo "Sorry to see you go."
|
||||
|
||||
keywords:
|
||||
- Audiobook
|
||||
- Audiobook Player
|
||||
- Audiobookshelf
|
||||
|
||||
generic_name: Audiobook Player
|
||||
|
||||
categories:
|
||||
- Media
|
||||
- Utility
|
||||
|
||||
startup_notify: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue