From 3b7e68fd4687f50c4dc7547604fd39cbc8535a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Mon, 20 Jun 2022 10:57:19 +0200 Subject: [PATCH] set project name --- Rakefile | 2 +- template.lht => hdmi_firewall.lht | 0 template.sch => hdmi_firewall.sch | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename template.lht => hdmi_firewall.lht (100%) rename template.sch => hdmi_firewall.sch (100%) diff --git a/Rakefile b/Rakefile index d8b2e77..c7c9e4e 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ require 'csv' # to export BOM and costs # ================= # common name used for file names -name = "template" +name = "hdmi_firewall" # project version, read from "version" file raise "define project version in 'version' file" unless File.exist? "version" version = IO.read("version").split("\n")[0] diff --git a/template.lht b/hdmi_firewall.lht similarity index 100% rename from template.lht rename to hdmi_firewall.lht diff --git a/template.sch b/hdmi_firewall.sch similarity index 100% rename from template.sch rename to hdmi_firewall.sch