mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
fix: snap -> apps with commands different from their names do not launch
This commit is contained in:
@@ -189,7 +189,7 @@ def run(app: SnapApplication, logger: logging.Logger):
|
||||
break
|
||||
|
||||
if not command:
|
||||
for c in command:
|
||||
for c in commands:
|
||||
if not c.endswith('.apm'):
|
||||
command = c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user