go-astilectron icon indicating copy to clipboard operation
go-astilectron copied to clipboard

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

Open passerbyo opened this issue 3 years ago • 1 comments

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

passerbyo avatar Jul 15 '22 12:07 passerbyo

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.

packet-sent avatar Jul 18 '22 02:07 packet-sent