set project name

This commit is contained in:
King Kévin 2022-06-20 10:57:19 +02:00
parent 2f285de510
commit 3b7e68fd46
3 changed files with 1 additions and 1 deletions

View File

@ -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]