Files
umbrix/linux/packaging/appimage/make_config.yaml
problematicconsumer b462451d11 Update icons
2023-08-22 22:31:39 +03:30

43 lines
726 B
YAML

display_name: Hiddify Next
icon: ./assets/images/source/ic_launcher_corner.png
keywords:
- Hiddify
- Proxy
- VPN
- V2ray
- Nekoray
- Xray
- Psiphon
- OpenVPN
generic_name: Hiddify
actions:
- name: Start
label: start
arguments:
- --start
- name: Stop
label: stop
arguments:
- --stop
categories:
- Network
startup_notify: true
# You can specify the shared libraries that you want to bundle with your app
#
# flutter_distributor automatically detects the shared libraries that your app
# depends on, but you can also specify them manually here.
#
# The following example shows how to bundle the libcurl library with your app.
#
# include:
# - libcurl.so.4
include: []