mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Default Platform for serve command
This commit is contained in:
parent
a8ecc1e872
commit
e860bd06ec
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ func init() {
|
|||
// Project options
|
||||
projectOptions := &cmd.ProjectOptions{}
|
||||
projectOptions.Verbose = verbose
|
||||
projectOptions.Platform = runtime.GOOS
|
||||
|
||||
// Check we are in project directory
|
||||
// Check project.json loads correctly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue