name project

This commit is contained in:
King Kévin 2022-05-17 12:49:39 +02:00
parent 479d64bc6a
commit 5b4ef20513
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 = "usb-ac_cable_tester"
# project version, read from "version" file
raise "define project version in 'version' file" unless File.exist? "version"
version = IO.read("version").split("\n")[0]