def rule(event):
    if event.deep_get("CommandLine", default="").endswith(".exe Platypus"):
        return True
    return False
