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

@@ -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
});
}