mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00

* add linux arm build * Update build.py * Update main.yml * Update main.yml * Update debian.yaml
19 lines
372 B
YAML
19 lines
372 B
YAML
flutter_app:
|
|
command: pixes
|
|
arch: {{Arch}}
|
|
parent: /usr/local/lib
|
|
nonInteractive: true
|
|
execFieldCodes: u
|
|
|
|
control:
|
|
Package: pixes
|
|
Version: {{Version}}
|
|
Architecture: {{Architecture}}
|
|
Priority: optional
|
|
Depends: libwebkit2gtk-4.1-0, libgtk-3-0
|
|
Maintainer: nyne
|
|
Description: Unofficial pixiv application
|
|
|
|
#options:
|
|
# exec_out_dir: debian/packages
|