asticode / go-astilectron

Build cross platform GUI apps with GO and HTML/JS/CSS (powered by Electron)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to integrate with https://github.com/rakyll/statik

passerbyo opened this issue · comments

use https://github.com/rakyll/statik to package static file into exe and how to use go-astilectron to call it

Why do you want to use statik when you can just use go:embed, also it won't work (unless I done it completly wrong) I tried bundling electron and the other required files but it wouldn't start.