]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/__init__.py
init: Always redownload the image when changing parameters
[waydroid.git] / tools / __init__.py
index ac67a03c6af7a036087dfe457a150f59ac68ac36..2443e6ebb5d6a7a5c2f580bdbca6288094fe5896 100644 (file)
@@ -91,6 +91,8 @@ def main():
                 actions.app_manager.remove(args)
             elif args.subaction == "launch":
                 actions.app_manager.launch(args)
+            elif args.subaction == "intent":
+                actions.app_manager.intent(args)
             elif args.subaction == "list":
                 actions.app_manager.list(args)
             else: