summarylogtreecommitdiffstats
path: root/cabal-desktop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cabal-desktop.sh')
-rwxr-xr-xcabal-desktop.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/cabal-desktop.sh b/cabal-desktop.sh
new file mode 100755
index 000000000000..a9f08002b986
--- /dev/null
+++ b/cabal-desktop.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# Launch application
+exec electron /opt/cabal-desktop/app.asar "$@" \ No newline at end of file