mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
v3.0.0-alpha.8.3
This commit is contained in:
parent
65e7437eed
commit
e0d788bea9
3 changed files with 16 additions and 13 deletions
|
|
@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## v3.0.0-alpha.8.3 - 2024-12-07
|
||||
|
||||
## v3.0.0-alpha.8.2 - 2024-12-07
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -84,18 +84,19 @@ func RunTask(options *RunTaskOptions, otherArgs []string) error {
|
|||
}
|
||||
|
||||
e := task.Executor{
|
||||
Force: options.Force,
|
||||
Watch: options.Watch,
|
||||
Verbose: options.Verbose,
|
||||
Silent: options.Silent,
|
||||
Dir: options.Dir,
|
||||
Dry: options.Dry,
|
||||
Entrypoint: options.EntryPoint,
|
||||
Summary: options.Summary,
|
||||
Parallel: options.Parallel,
|
||||
Color: options.Color,
|
||||
Concurrency: options.Concurrency,
|
||||
Interval: time.Duration(options.Interval) * time.Second,
|
||||
Force: options.Force,
|
||||
Watch: options.Watch,
|
||||
Verbose: options.Verbose,
|
||||
Silent: options.Silent,
|
||||
Dir: options.Dir,
|
||||
Dry: options.Dry,
|
||||
Entrypoint: options.EntryPoint,
|
||||
Summary: options.Summary,
|
||||
Parallel: options.Parallel,
|
||||
Color: options.Color,
|
||||
Concurrency: options.Concurrency,
|
||||
Interval: time.Duration(options.Interval) * time.Second,
|
||||
DisableVersionCheck: true,
|
||||
|
||||
Stdin: os.Stdin,
|
||||
Stdout: os.Stdout,
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v3.0.0-alpha.8.2
|
||||
v3.0.0-alpha.8.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue