mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
Support Linux arm64. Close #176
This commit is contained in:
4
debian/debian.yaml
vendored
4
debian/debian.yaml
vendored
@@ -1,13 +1,13 @@
|
||||
flutter_app:
|
||||
command: venera
|
||||
arch: x64
|
||||
arch: {{Arch}}
|
||||
parent: /usr/local/lib
|
||||
nonInteractive: true
|
||||
|
||||
control:
|
||||
Package: venera
|
||||
Version: {{Version}}
|
||||
Architecture: amd64
|
||||
Architecture: {{Architecture}}
|
||||
Priority: optional
|
||||
Depends: libwebkit2gtk-4.1-0, libgtk-3-0
|
||||
Maintainer: nyne
|
||||
|
Reference in New Issue
Block a user