From e07dca81d05f304865a59c8afee98a3cde8bce8c Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Sat, 29 Nov 2025 20:18:11 +0500 Subject: Project init --- pred_gui/build/windows/info.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pred_gui/build/windows/info.json (limited to 'pred_gui/build/windows/info.json') diff --git a/pred_gui/build/windows/info.json b/pred_gui/build/windows/info.json new file mode 100644 index 0000000..9727946 --- /dev/null +++ b/pred_gui/build/windows/info.json @@ -0,0 +1,15 @@ +{ + "fixed": { + "file_version": "{{.Info.ProductVersion}}" + }, + "info": { + "0000": { + "ProductVersion": "{{.Info.ProductVersion}}", + "CompanyName": "{{.Info.CompanyName}}", + "FileDescription": "{{.Info.ProductName}}", + "LegalCopyright": "{{.Info.Copyright}}", + "ProductName": "{{.Info.ProductName}}", + "Comments": "{{.Info.Comments}}" + } + } +} \ No newline at end of file -- cgit v1.3