diff --git a/build/darwin/Info.dev.plist b/build/darwin/Info.dev.plist
index 3da1903..7f0e4dc 100644
--- a/build/darwin/Info.dev.plist
+++ b/build/darwin/Info.dev.plist
@@ -8,7 +8,7 @@
CFBundleExecutable
{{.Name}}
CFBundleIdentifier
- com.wails.{{.Name}}
+ nl.romeinvanburen.rolens
CFBundleVersion
{{.Info.ProductVersion}}
CFBundleGetInfoString
diff --git a/build/darwin/Info.plist b/build/darwin/Info.plist
index 9c9a922..2bc382c 100644
--- a/build/darwin/Info.plist
+++ b/build/darwin/Info.plist
@@ -8,7 +8,7 @@
CFBundleExecutable
{{.Name}}
CFBundleIdentifier
- com.wails.{{.Name}}
+ nl.romeinvanburen.rolens
CFBundleVersion
{{.Info.ProductVersion}}
CFBundleGetInfoString
diff --git a/build/windows/wails.exe.manifest b/build/windows/wails.exe.manifest
index 974ce1a..958909f 100644
--- a/build/windows/wails.exe.manifest
+++ b/build/windows/wails.exe.manifest
@@ -1,6 +1,6 @@
-
+
diff --git a/wails.json b/wails.json
index 89a39f2..43575e6 100644
--- a/wails.json
+++ b/wails.json
@@ -9,5 +9,12 @@
"author": {
"name": "Romein van Buren",
"email": "romein@vburen.nl"
+ },
+ "info": {
+ "productName": "Rolens",
+ "companyName": "Romein van Buren",
+ "productVersion": "0.2.0",
+ "comments": "The intuitive MongoDB administration tool",
+ "copyright": "© Romein van Buren 2023 (GNU GPL 3.0)."
}
}