Add ssservice command to snapcraft.yaml (#2039)

This commit is contained in:
Yulingfei Li
2025-11-03 01:22:31 -05:00
committed by GitHub
parent d67f6e7e8f
commit 6e2d55e5fe

View File

@@ -39,6 +39,11 @@ apps:
install-mode: disable
plugs: [network, network-bind, home]
ssservice:
command: bin/ssservice
plugs: [network, network-bind, network-control, home]
aliases: [ssservice]
ssurl:
command: bin/ssurl
aliases: [ssurl]