Files
umbrix/linux/packaging/appimage/make_config.yaml
Umbrix Developer 415e6f8849 fix: complete rebranding from Hiddify to Umbrix in packages
Package metadata changes:
- Package name: hiddify → umbrix
- Display name: Hiddify → Umbrix
- Maintainer: hiddify → umbrix
- Email: linux@hiddify.comlinux@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.
2026-01-17 17:21:52 +03:00

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: []