mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 04:05:12 -07:00
[linux] basic windowing
This commit is contained in:
7
v2/pkg/options/linux/linux.go
Normal file
7
v2/pkg/options/linux/linux.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package linux
|
||||
|
||||
// Options specific to Linux builds
|
||||
type Options struct {
|
||||
// AppID is the gtk application id string. Defaults to a random uuid.
|
||||
AppID string
|
||||
}
|
||||
Reference in New Issue
Block a user