Skip to content

Commit 0da5590

Browse files
committed
Group similar placeholders
1 parent 7e18557 commit 0da5590

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

fill_template.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ pub fn main() -> anyhow::Result<()> {
3030
"egui-template-pwa",
3131
"{{ pwa_short_name }}",
3232
)?;
33-
do_switch(
34-
&["src/app.rs", "src/lib.rs", "src/main.rs"],
35-
"TemplateApp",
36-
"{{ app_struct_identifier }}",
37-
)?;
3833
do_switch(
3934
&["assets/manifest.json"],
4035
"egui-template-pwa",
@@ -45,6 +40,11 @@ pub fn main() -> anyhow::Result<()> {
4540
"egui Template PWA",
4641
"{{ pwa_name }}",
4742
)?;
43+
do_switch(
44+
&["src/app.rs", "src/lib.rs", "src/main.rs"],
45+
"TemplateApp",
46+
"{{ app_struct_identifier }}",
47+
)?;
4848
println!("Completed");
4949
Ok(())
5050
}

0 commit comments

Comments
 (0)