zserge / lorca

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

Moved customArgs appends after defaults (Fixes #24) #25

Closed timcole closed 5 years ago

timcole commented 5 years ago

Moved customArgs appends after defaults to fix #24

zserge commented 5 years ago

@TimothyCole I'm sorry for a late reply, some time ago I found the same issue and removed --class option at all (class is needed mostly for custom app icons, and there is no point to have a default "Lorca" class, because each app would have its own icon - even worse, with the default class icons are cached and totally mess up if you develop multiple Lorca apps at the same time).

Now the recommendation is to add "--class" in your app code, as it's done now in the "counter" example.