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

45 lines
743 B
YAML
Raw Normal View History

2024-02-10 11:39:37 +01:00
display_name: Hiddify
2023-08-23 20:11:35 +03:30
icon: ./assets/images/source/ic_launcher_border.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:
2023-07-22 09:57:55 +02:00
- Network
startup_notify: true
app_run_content: "
Hi
"
# 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.
2023-10-06 17:06:52 +02:00
#
# The following example shows how to bundle the libcurl library with your app.
#
# include:
# - libcurl.so.4
include: []