Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
fix: replace VeryGoodFlameGame with template (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Santiago <[email protected]>
  • Loading branch information
wolfenrain and alestiago authored Nov 9, 2023
1 parent d581e87 commit 2a53fb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tool/generator/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ void main() async {
'Very Good Flame Game',
'{{project_name.titleCase()}}',
)
.replaceAll(
'VeryGoodFlameGame',
'{{project_name.pascalCase()}}',
)
.replaceAll(
'com.example.verygoodflamegame',
path.isWithin(_androidPath, file.path)
Expand Down

0 comments on commit 2a53fb0

Please sign in to comment.