mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 14:52:54 +01:00
chore: Update more branding (#7)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user