AppFlowy/frontend/scripts/linux_distribution/packaging/launcher.sh
2024-07-10 21:31:10 +08:00

5 lines
171 B
Bash

#!/usr/bin/env bash
gdbus call --session --dest io.appflowy.AppFlowy \
--object-path /io/appflowy/AppFlowy/Object \
--method io.appflowy.AppFlowy.Open "['$1']" {}