mirror of
https://github.com/Squibid/rph.git
synced 2025-10-20 03:44:04 +00:00
fix: update a comment in the template creation
This commit is contained in:
@@ -111,7 +111,7 @@ func GenerateProject(opts TemplateOptions) {
|
|||||||
PostJson:
|
PostJson:
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is a big one
|
// Enable desktop support
|
||||||
{
|
{
|
||||||
buildGradleFile := filepath.Join(opts.Dir, "build.gradle")
|
buildGradleFile := filepath.Join(opts.Dir, "build.gradle")
|
||||||
in, err := os.ReadFile(buildGradleFile)
|
in, err := os.ReadFile(buildGradleFile)
|
||||||
|
Reference in New Issue
Block a user