From 47a3390c38e53281254447a73f6e6b733356f740 Mon Sep 17 00:00:00 2001 From: dtonon Date: Wed, 2 Oct 2024 15:42:48 +0200 Subject: [PATCH] Set product name and company --- build/Info.dev.plist | 2 +- build/Info.plist | 2 +- build/info.json | 8 ++++---- build/nsis/wails_tools.nsh | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/Info.dev.plist b/build/Info.dev.plist index de9e36e5..4ab38749 100644 --- a/build/Info.dev.plist +++ b/build/Info.dev.plist @@ -4,7 +4,7 @@ CFBundlePackageType APPL CFBundleName - My Product + Comet CFBundleExecutable comet CFBundleIdentifier diff --git a/build/Info.plist b/build/Info.plist index af82f72f..f641841b 100644 --- a/build/Info.plist +++ b/build/Info.plist @@ -4,7 +4,7 @@ CFBundlePackageType APPL CFBundleName - My Product + Comet CFBundleExecutable comet CFBundleIdentifier diff --git a/build/info.json b/build/info.json index 850b2b5b..54c066ce 100644 --- a/build/info.json +++ b/build/info.json @@ -5,10 +5,10 @@ "info": { "0000": { "ProductVersion": "0.1.0", - "CompanyName": "My Company", - "FileDescription": "My Product Description", - "LegalCopyright": "© now, My Company", - "ProductName": "My Product", + "CompanyName": "NODE-TEC", + "FileDescription": "Comet Description", + "LegalCopyright": "© now, NODE-TEC", + "ProductName": "Comet", "Comments": "This is a comment" } } diff --git a/build/nsis/wails_tools.nsh b/build/nsis/wails_tools.nsh index 6de84e9d..a318db42 100644 --- a/build/nsis/wails_tools.nsh +++ b/build/nsis/wails_tools.nsh @@ -8,10 +8,10 @@ !define INFO_PROJECTNAME "comet" !endif !ifndef INFO_COMPANYNAME - !define INFO_COMPANYNAME "My Company" + !define INFO_COMPANYNAME "NODE-TEC" !endif !ifndef INFO_PRODUCTNAME - !define INFO_PRODUCTNAME "My Product" + !define INFO_PRODUCTNAME "Comet" !endif !ifndef INFO_PRODUCTVERSION !define INFO_PRODUCTVERSION "0.1.0"