File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ On the first run it will download electronjs and stores it in *.gotron* in your
17
17
package main
18
18
19
19
import (
20
- " github.com/Equanox/gotron"
20
+ " github.com/Equanox/gotron"
21
21
)
22
22
23
23
func main () {
@@ -50,7 +50,8 @@ func main() {
50
50
51
51
When everything worked you should see this
52
52
53
- ![ Hello Gotron] ( https://raw.githubusercontent.com/equanox/gotron/master/doc/hello_gotron.png )
53
+ <img src =" doc/hello_gotron.png " alt =" Hello Gotron " width =" 400px " />
54
+
54
55
55
56
### Use Your Own WebUI
56
57
gotron expects a folder containing your HTML/JS/CSS code and passes it to electronJS. make sure it contains at least a index.html as entrypoint.
@@ -104,7 +105,7 @@ Read about the requirements for cross-compilation in [electron-builders](https:/
104
105
- [ ] Elm example
105
106
- [ ] Flutter Hummingbird example
106
107
- [X] Hide nodejs/electron behind go api
107
- - [X] Create executables for Win, Linux, MacOS
108
+ - [X] Create executables for Win, Linux, MacOSbenchkram-logo
108
109
- [X] Hide nodejs/electron behind go api
109
110
- [ ] Msgs between golang and electronJS renderer process,
110
111
abstracted in a javascript/typescript package
You can’t perform that action at this time.
0 commit comments