don't override name for mac

This commit is contained in:
Son NK
2022-11-08 18:22:56 +01:00
parent ea3f00b808
commit 1156e1e9c7
-4
View File
@@ -140,10 +140,6 @@ const config = {
if (process.env.MAC) {
jsonContent.permissions.push("nativeMessaging");
// Change metadata
jsonContent.name = "SimpleLogin Mac App";
jsonContent.short_name = "SimpleLogin Mac App";
}
return JSON.stringify(jsonContent, null, 2);