mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-28 11:59:52 +00:00
Added Linux support
This commit is contained in:
parent
82d319ce66
commit
f631780e18
14 changed files with 448 additions and 6 deletions
1
debian/compile_deb.txt
vendored
Normal file
1
debian/compile_deb.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
https://pub.dev/packages/flutter_to_debian
|
14
debian/debian.yaml
vendored
Normal file
14
debian/debian.yaml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
flutter_app:
|
||||
command: adguard_home_manager
|
||||
arch: x64
|
||||
parent: /usr/local/lib
|
||||
|
||||
control:
|
||||
Package: AdGuardHomeManager
|
||||
Version: 1.2.0
|
||||
Architecture: amd64
|
||||
Essential: no
|
||||
Priority: optional
|
||||
Depends:
|
||||
Maintainer: JGeek00
|
||||
Description: AdGuard Home control app
|
8
debian/gui/adguard-home-manager.desktop
vendored
Normal file
8
debian/gui/adguard-home-manager.desktop
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=AdGuard Home Manager
|
||||
Comment=Manage your AdGuard Home server
|
||||
Exec=adguard-home-manager
|
||||
Icon=${SNAP}/meta/gui/adguard-home-manager.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utilities;
|
BIN
debian/gui/adguard-home-manager.png
vendored
Normal file
BIN
debian/gui/adguard-home-manager.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
Add table
Add a link
Reference in a new issue