-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Hi,
I can't believe you are using this repo for the builds, since a donovansolms directory seems to be hardcoded somewhere. After I put the source code in such a directory under my /go , I seemed to be doing all right until
DEBU[0027] Building for os linux and arch amd64
DEBU[0027] Executing go build -ldflags -s -X "main.AppName=Stellite GUI Miner v1.1.0" -X "main.BuiltAt=2018-09-09 00:44:59.065095 +0200 CEST m=+27.549576645" -o
gui/gui.go:168:11: unknown field 'Homepage' in struct literal of type bootstrap.Options
gui/gui.go:174:16: unknown field 'WindowOptions' in struct literal of type bootstrap.Options
gui/gui.go:182:9: cannot use func literal (type func(*astilectron.Astilectron, *astilectron.Window, *astilectron.Menu, *astilectron.Tray, *astilectron.Menu) error) as type bootstrap.OnWait in field value
gui/gui.go:210:17: unknown field 'MessageHandler' in struct literal of type bootstrap.Options
: exit status 2
make: *** [build] Error 1
Is this resolved by more directory "magic", or is something different going on here?
Thanks!