zserge / lorca

Build cross-platform modern desktop apps in Go + HTML5
MIT License
8.04k stars 535 forks source link

Linux class name override #24

Closed timcole closed 5 years ago

timcole commented 5 years ago

If someone adds a custom class arg it doesn't work because the default --class=Lorca is created after the customArgs are appended causing it to be used instead.

https://github.com/zserge/lorca/blob/fc17d70a2dd17adf5bedbfd03c27eacbb4bbe2f7/ui.go#L77-L81

timcole commented 5 years ago

Fixed by https://github.com/zserge/lorca/commit/e233144030cb14734652034189a105bb254504e3