wails/v2/internal/runtime/system_default.go
2021-01-05 13:20:44 +11:00

8 lines
154 B
Go

// +build !desktop,!server
package runtime
// AppType returns the application type, EG: desktop
func (r *system) AppType() string {
return "default"
}