fix: update a comment in the template creation

This commit is contained in:
2025-10-17 12:48:49 -04:00
parent 12cefa9092
commit 28824a77d3

View File

@@ -111,7 +111,7 @@ func GenerateProject(opts TemplateOptions) {
PostJson:
}
// This is a big one
// Enable desktop support
{
buildGradleFile := filepath.Join(opts.Dir, "build.gradle")
in, err := os.ReadFile(buildGradleFile)