5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 10:11:07 +08:00

[linux] add flag

This commit is contained in:
Lea Anthony 2021-11-03 19:22:59 +11:00
parent aab67b416f
commit 0949eab72e
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -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()