mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Support ProgramName on linux
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user