mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
[linux] add flag
This commit is contained in:
parent
aab67b416f
commit
0949eab72e
1 changed files with 2 additions and 2 deletions
|
|
@ -113,8 +113,8 @@ func AddSubcommand(app *clir.Cli, w io.Writer) error {
|
|||
}
|
||||
}
|
||||
|
||||
if runtime.GOOS == "darwin" && !experimental {
|
||||
return fmt.Errorf("MacOS version coming soon!")
|
||||
if runtime.GOOS == "linux" && !experimental {
|
||||
return fmt.Errorf("Linux version coming soon!")
|
||||
}
|
||||
|
||||
cwd, err := os.Getwd()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue