From c6a1dd8e315680608c7bac493a70066034800718 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:03:50 -0700 Subject: [PATCH] Add files via upload This will start the Qortal UI - with electron app as a 'wrapper' - on any debian based OS - after building the UI from source with the 'update-qortal-ui' script in this repo. --- Start-Qortal-UI-Electron.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Start-Qortal-UI-Electron.sh diff --git a/Start-Qortal-UI-Electron.sh b/Start-Qortal-UI-Electron.sh new file mode 100644 index 0000000..e9b2afb --- /dev/null +++ b/Start-Qortal-UI-Electron.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +~/UI/qortal-ui/node_modules/electron/dist/electron ~/UI/qortal-ui/electron.js