chore: Update more branding (#7)

This commit is contained in:
Eric Tuvesson
2024-04-01 19:32:29 +02:00
committed by GitHub
parent 51f6263931
commit f216e5844b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "noodl-editor",
"productName": "Noodl Editor",
"productName": "Fluxscape",
"description": "Low-code for when experience matter",
"author": "Noodl <info@noodl.net>",
"homepage": "https://noodl.net",
"version": "1.0.1",
"version": "1.0.0",
"main": "src/main/main.js",
"scripts": {
"build": "npx ts-node -P ./tsconfig.build.json ./scripts/build.ts",
@@ -128,4 +128,4 @@
"optionalDependencies": {
"dmg-license": "^1.0.11"
}
}
}

View File

@@ -365,7 +365,7 @@ function launchApp() {
click: () => {
require('about-window').default({
icon_path: appPath + '/src/assets/images/icon.png',
copyright: 'Copyright (c) 2023 Future Platforms AB',
copyright: 'Copyright (c) 2024 Fluxscape LLC',
description: buildNumber ? 'Build ' + buildNumber : undefined
});
}