mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 04:40:41 +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
|
// Create a new cli
|
||||||
result := cmd.NewCli(app.config.Title, "Debug build")
|
result := cmd.NewCli(app.config.Title, "Debug build")
|
||||||
|
result.Version(cmd.Version)
|
||||||
|
|
||||||
// Setup cli to handle loglevel and headless flags
|
// Setup cli to handle loglevel and headless flags
|
||||||
result.
|
result.
|
||||||
|
Loading…
Reference in New Issue
Block a user