From ba4ccea323141acc23c35ed03fdd5ebd36f15608 Mon Sep 17 00:00:00 2001 From: andrewc Date: Sat, 28 Jun 2025 13:04:20 +1000 Subject: [PATCH] Fixed up page links in template proj files --- templates/hfs_default/hfs_default.kicad_pro | 4 ++-- templates/tcs_default/tcs_default.kicad_pro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/hfs_default/hfs_default.kicad_pro b/templates/hfs_default/hfs_default.kicad_pro index 6cae8e3..6eb1d72 100644 --- a/templates/hfs_default/hfs_default.kicad_pro +++ b/templates/hfs_default/hfs_default.kicad_pro @@ -431,7 +431,7 @@ "step": "", "vrml": "" }, - "page_layout_descr_file": "${KIPRJMOD}/../.gitlab/templates/melon.kicad_wks" + "page_layout_descr_file": "${KIPRJMOD}/../.gitlab/templates/hfs.kicad_wks" }, "schematic": { "annotate_start_num": 0, @@ -457,7 +457,7 @@ "version": 1 }, "net_format_name": "", - "page_layout_descr_file": "${KIPRJMOD}/../.gitlab/templates/melon.kicad_wks", + "page_layout_descr_file": "${KIPRJMOD}/../.gitlab/templates/hfs.kicad_wks", "plot_directory": "", "spice_current_sheet_as_root": false, "spice_external_command": "spice \"%I\"", diff --git a/templates/tcs_default/tcs_default.kicad_pro b/templates/tcs_default/tcs_default.kicad_pro index 92ef1cf..e2e8a38 100644 --- a/templates/tcs_default/tcs_default.kicad_pro +++ b/templates/tcs_default/tcs_default.kicad_pro @@ -431,7 +431,7 @@ "step": "", "vrml": "" }, - "page_layout_descr_file": "${KIPRJMOD}/../.gitlab/templates/melon.kicad_wks" + "page_layout_descr_file": "${KIPRJMOD}/../.gitlab/templates/tcs.kicad_wks" }, "schematic": { "annotate_start_num": 0, @@ -457,7 +457,7 @@ "version": 1 }, "net_format_name": "", - "page_layout_descr_file": "${KIPRJMOD}/../.gitlab/templates/melon.kicad_wks", + "page_layout_descr_file": "${KIPRJMOD}/../.gitlab/templates/tcs.kicad_wks", "plot_directory": "", "spice_current_sheet_as_root": false, "spice_external_command": "spice \"%I\"",