Package metadata changes: - Package name: hiddify → umbrix - Display name: Hiddify → Umbrix - Maintainer: hiddify → umbrix - Email: linux@hiddify.com → linux@umbrix.com - Keywords: updated to Umbrix, Clash, Sing-box - Install message: 'Installed Umbrix VPN' - Icon: using logo/ic_launcher_playstore.png All Linux packages (DEB/RPM/AppImage) now fully rebranded. Note: HiddifyCli binary name preserved for compatibility.
43 lines
712 B
YAML
43 lines
712 B
YAML
display_name: Umbrix
|
|
|
|
icon: ./logo/ic_launcher_playstore.png
|
|
|
|
keywords:
|
|
- Umbrix
|
|
- Proxy
|
|
- VPN
|
|
- V2ray
|
|
- Xray
|
|
- Clash
|
|
- Sing-box
|
|
|
|
generic_name: Umbrix
|
|
|
|
actions:
|
|
- name: Start
|
|
label: start
|
|
arguments:
|
|
- --start
|
|
- name: Stop
|
|
label: stop
|
|
arguments:
|
|
- --stop
|
|
|
|
categories:
|
|
- Network
|
|
|
|
startup_notify: true
|
|
|
|
app_run_file: AppRun
|
|
|
|
# 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: []
|