Actually exec on linux

This commit is contained in:
Matthew Bauer 2020-05-09 15:30:02 -05:00
parent e0ea9901f7
commit bdd1a0fe79

View File

@ -61,6 +61,8 @@ run_linux_desktop_app () {
fi
cmd=$(echo "$cmd" | sed "s/%k/$desktop/;s/%.//")
"$cmd" "$@"
}
# Run FILE as an ordinary binary