diff --git a/v2/wails.go b/v2/wails.go index 00b61d7dd..631bc83c1 100644 --- a/v2/wails.go +++ b/v2/wails.go @@ -1,4 +1,4 @@ -// +build !windows +// +build !experimental // Package wails is the main package of the Wails project. // It is used by client applications. diff --git a/v2/wails_windows.go b/v2/wails_windows.go index a5575d740..ebdccaac3 100644 --- a/v2/wails_windows.go +++ b/v2/wails_windows.go @@ -1,4 +1,5 @@ // +build windows +// +build experimental // Package wails is the main package of the Wails project. // It is used by client applications.