Closed timcole closed 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.
Moved customArgs appends after defaults to fix #24