Versions in this module Expand all Collapse all v0 v0.2.1 Mar 1, 2026 Changes in this version type Config + BuildCommand string + DevCommand string v0.2.0 Feb 22, 2026 Changes in this version + type App struct + Config Config + DevMode bool + DevURL string + ProjectDir string + Webview webview.Webview + func (a *App) Run() error + type BuildConfig struct + AppID string + Icon string + type Config struct + Build BuildConfig + Entry string + Name string + Permissions []string + Tray bool + Version string + Window WindowConfig + func LoadConfig(dir string) (Config, error) + type WindowConfig struct + Frameless bool + Height int + MinHeight int + MinWidth int + Resizable *bool + Title string + Width int