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.
4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/sh
|
|
|
|
~/UI/qortal-ui/node_modules/electron/dist/electron ~/UI/qortal-ui/electron.js
|