mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-01 20:32:03 +08:00
fix: version output of built app
This commit is contained in:
parent
01dce9f139
commit
02973c49ff
@ -9,6 +9,7 @@ func (app *App) setupCli() *cmd.Cli {
|
||||
|
||||
// Create a new cli
|
||||
result := cmd.NewCli(app.config.Title, "Debug build")
|
||||
result.Version(cmd.Version)
|
||||
|
||||
// Setup cli to handle loglevel and headless flags
|
||||
result.
|
||||
|
Loading…
Reference in New Issue
Block a user