From f3129be277c4a633c63ee9f4b12cdb2b63d8130c Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 11 Apr 2025 17:54:26 +0200 Subject: web: Deploy iot-contact.kicad_pcb This can be used to order the PCB depending on the manufacturers software capabilities. --- pcb/meson.build | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'pcb/meson.build') diff --git a/pcb/meson.build b/pcb/meson.build index f320aae..2c73e57 100644 --- a/pcb/meson.build +++ b/pcb/meson.build @@ -40,3 +40,10 @@ bom = custom_target('bom', install: true, install_dir: '/', ) + +fs = import('fs') +kicad_pcb = fs.copyfile( + meson.current_source_dir() / 'iot-contact.kicad_pcb', + install: true, + install_dir: '/', +) -- cgit v1.2.3-70-g09d2