From ce9b6c2d205b7d2559a49a36a8d7422ccd12a177 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 26 Jul 2025 18:59:33 +0200 Subject: tools: Re-introduce deploy.py script After the transition to tar archive based deployment it can now be re-introduced with small changes. --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index a6fd4a0..7549940 100644 --- a/meson.build +++ b/meson.build @@ -7,6 +7,8 @@ tar = find_program('tar', required : true) fs = import('fs') +project_version_string = meson.project_name() + '-v' + meson.project_version() + html = fs.copyfile(meson.current_source_dir() / 'web' / 'index.html') css = fs.copyfile(meson.current_source_dir() / 'simple.css' / 'simple.css') @@ -25,8 +27,6 @@ artifacts = [ kicad_pcb, ] -project_version_string = meson.project_name() + '-v' + meson.project_version() - custom_target( output: project_version_string + '.tar.zst', command: [ -- cgit v1.2.3-70-g09d2