Skip to content

Commit

Permalink
fix: settings solution name
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Jun 8, 2024
1 parent 4ea9a97 commit 59c5bbd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,25 @@
"generator": "guid",
"format": "D",
"replaces": "00000000-0000-0000-0000-000000000003"
},
"solutionName": {
"type": "generated",
"generator": "join",
"parameters": {
"symbols": [
{
"type": "ref",
"value": "name"
},
{
"type": "const",
"value": ".sln"
}
],
"separator": "",
"removeEmptyValues": true
},
"replaces": "Chickensoft.GodotPackage.sln"
}
},
"sources": [
Expand Down

0 comments on commit 59c5bbd

Please sign in to comment.