Support ProgramName on linux

This commit is contained in:
Lea Anthony
2024-03-17 21:09:20 +11:00
parent 4ab6352504
commit 98aff7778e
5 changed files with 29 additions and 59 deletions
+5
View File
@@ -186,6 +186,11 @@ func newPlatformApp(parent *App) *linuxApp {
application: appNew(name),
windowMap: map[windowPointer]uint{},
}
if parent.options.Linux.ProgramName != "" {
setProgramName(parent.options.Linux.ProgramName)
}
return app
}