Files
umbrix/linux/packaging/appimage/make_config.yaml

46 lines
792 B
YAML
Raw Normal View History

display_name: Hiddify
2023-07-22 09:25:38 +02:00
icon: ./assets/images/logo_round.ico
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:
2023-07-22 09:57:55 +02:00
- 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: []
2023-07-22 10:21:56 +02:00
files:
# include extra files & folders
include:
- ./assets/images/hiddify.png