mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 08:19:35 +08:00
Fix typo
This commit is contained in:
parent
f384fc7562
commit
cfee44b18b
@ -55,7 +55,7 @@ func AddBuildSubcommand(app *clir.Cli, w io.Writer) {
|
|||||||
|
|
||||||
// Retain assets
|
// Retain assets
|
||||||
keepAssets := false
|
keepAssets := false
|
||||||
command.BoolFlag("k", "Kep generated assets", &keepAssets)
|
command.BoolFlag("k", "Keep generated assets", &keepAssets)
|
||||||
|
|
||||||
command.Action(func() error {
|
command.Action(func() error {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user