diff options
Diffstat (limited to 'drawio')
| -rwxr-xr-x | drawio/drawio | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drawio/drawio b/drawio/drawio index fab29b2..ac15fd6 100755 --- a/drawio/drawio +++ b/drawio/drawio @@ -10,4 +10,5 @@ else args="" fi -exec ~/.local/opt/drawio.AppImage $args "$@" +# exec ~/.local/opt/drawio.AppImage $args "$@" +exec /usr/bin/drawio $args "$@" |
