mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-08 20:19:29 +00:00
feat: Add AppImage build and generic naming for Linux artifacts (#83)
Some checks are pending
Flutter CI & Release / Test (push) Waiting to run
Flutter CI & Release / Build Android APKs (push) Blocked by required conditions
Flutter CI & Release / build_linux (push) Blocked by required conditions
Flutter CI & Release / Create GitHub Release (push) Blocked by required conditions
Some checks are pending
Flutter CI & Release / Test (push) Waiting to run
Flutter CI & Release / Build Android APKs (push) Blocked by required conditions
Flutter CI & Release / build_linux (push) Blocked by required conditions
Flutter CI & Release / Create GitHub Release (push) Blocked by required conditions
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
This commit is contained in:
parent
5c7be5cbe4
commit
db20682004
3 changed files with 72 additions and 5 deletions
34
linux/packaging/appimage/make_config.yaml
Normal file
34
linux/packaging/appimage/make_config.yaml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
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:
|
||||
- AudioVideo
|
||||
- Audio
|
||||
- Player
|
||||
|
||||
startup_notify: true
|
||||
# TODO: Review and update fields for AppImage specifics (e.g., icon, metadata).
|
||||
Loading…
Add table
Add a link
Reference in a new issue