Rename project from "Cheating Daddy" to "Mastermind" across all configurations and components to reflect the new branding.

This commit is contained in:
Илья Глазунов
2026-02-14 20:31:35 +03:00
parent bd62cf5524
commit 8b216bbb33
6 changed files with 25 additions and 25 deletions
+6 -6
View File
@@ -7,7 +7,7 @@ module.exports = {
unpack: '**/{onnxruntime-node,onnxruntime-common,@huggingface/transformers,sharp,@img}/**',
},
extraResource: ['./src/assets/SystemAudioDump'],
name: 'Cheating Daddy',
name: 'Mastermind',
icon: 'src/assets/logo',
// use `security find-identity -v -p codesigning` to find your identity
// for macos signing
@@ -32,9 +32,9 @@ module.exports = {
{
name: '@electron-forge/maker-squirrel',
config: {
name: 'cheating-daddy',
productName: 'Cheating Daddy',
shortcutName: 'Cheating Daddy',
name: 'mastermind',
productName: 'Mastermind',
shortcutName: 'Mastermind',
createDesktopShortcut: true,
createStartMenuShortcut: true,
},
@@ -48,8 +48,8 @@ module.exports = {
platforms: ['linux'],
config: {
options: {
name: 'Cheating Daddy',
productName: 'Cheating Daddy',
name: 'Mastermind',
productName: 'Mastermind',
genericName: 'AI Assistant',
description: 'AI assistant for interviews and learning',
categories: ['Development', 'Education'],