diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2022-12-11 19:08:14 +0100 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2022-12-11 19:08:14 +0100 |
commit | db7fefa5dd017eccf5995f018875be88549d1c94 (patch) | |
tree | 0668034beef9b067d2a9cb0228a0861a1afe630b /cryptomail-electron.sh | |
download | cryptomail-electron-master.tar.xz |
Diffstat (limited to 'cryptomail-electron.sh')
-rwxr-xr-x | cryptomail-electron.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cryptomail-electron.sh b/cryptomail-electron.sh new file mode 100755 index 0000000..7d2bbe8 --- /dev/null +++ b/cryptomail-electron.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec electron /usr/lib/cryptomail-electron "$@" |