mirror of
https://github.com/Squibid/rph.git
synced 2025-12-05 06:09:41 -05:00
fix: update a comment in the template creation
This commit is contained in:
parent
12cefa9092
commit
28824a77d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue