The easy to start wallet for burst.
Install golang version > 1.11
Install the go-astilectron packages.
$ go get -u github.com/asticode/go-astilectron
$ go get -u github.com/asticode/go-astilectron-bundler/...
Install the Easy2Burst package.
$ go get -u github.com/HeosSacer/Easy2Burst
Use the go-astilectron-bundler to create binarys into .../Easy2Burst/output.
$ cd .../go/github.com/HeosSacer/Easy2Burst
$ ./go/bin/astilectron-bundler.exe -v
Change bundler.json to add a target os.
{ "app_name": "Easy2Burst",
"icon_path_windows": "resources/icon.ico",
"icon_path_darwin": "resources/icon.icns",
"icon_path_linux": "resources/icon.png",
"environments": [
{"arch": "amd64", "os": "windows"},
{"arch": "amd64", "os": "darwin"},
{"arch": "386", "os": "linux"}]
}