aboutsummaryrefslogtreecommitdiff
path: root/build/windows/info.json
diff options
context:
space:
mode:
authorBlaster4385 <venkatesh@tablaster.dev>2025-01-13 00:40:01 +0530
committerBlaster4385 <venkatesh@tablaster.dev>2025-01-13 01:05:28 +0530
commit2425e3dc2af22c3281122715d60bd4506d48938a (patch)
tree0d1d352f6593f389c880244fa20fa16e47c35253 /build/windows/info.json
Initial application
Diffstat (limited to 'build/windows/info.json')
-rw-r--r--build/windows/info.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/build/windows/info.json b/build/windows/info.json
new file mode 100644
index 0000000..9727946
--- /dev/null
+++ b/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