AppFlowy/frontend/scripts/linux_distribution/packaging/launcher.sh

5 lines
163 B
Bash
Raw Normal View History

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