mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 14:32:00 +08:00
[linux] add flag
This commit is contained in:
parent
aab67b416f
commit
0949eab72e
@ -113,8 +113,8 @@ func AddSubcommand(app *clir.Cli, w io.Writer) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if runtime.GOOS == "darwin" && !experimental {
|
if runtime.GOOS == "linux" && !experimental {
|
||||||
return fmt.Errorf("MacOS version coming soon!")
|
return fmt.Errorf("Linux version coming soon!")
|
||||||
}
|
}
|
||||||
|
|
||||||
cwd, err := os.Getwd()
|
cwd, err := os.Getwd()
|
||||||
|
Loading…
Reference in New Issue
Block a user