Rename project from "Cheating Daddy" to "Mastermind" across all files, update version to 0.6.0, and implement migration functionality for users with existing configurations. Enhance onboarding experience with migration options and update relevant documentation.
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled

This commit is contained in:
Илья Глазунов
2026-01-16 01:16:43 +03:00
parent 656e8f0932
commit 06e178762d
17 changed files with 318 additions and 133 deletions
+8 -8
View File
@@ -7,7 +7,7 @@ module.exports = {
packagerConfig: {
asar: true,
extraResource: ['./src/assets/SystemAudioDump'],
name: 'Cheating Daddy',
name: 'Mastermind',
icon: 'src/assets/logo',
// Fix executable permissions after packaging
afterCopy: [
@@ -51,9 +51,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,
},
@@ -62,7 +62,7 @@ module.exports = {
name: '@electron-forge/maker-dmg',
platforms: ['darwin'],
config: {
name: 'CheatingDaddy',
name: 'Mastermind',
format: 'ULFO',
},
},
@@ -71,10 +71,10 @@ 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',
description: 'AI assistant for video calls, interviews, presentations, and meetings',
categories: ['Development', 'Education'],
icon: 'src/assets/logo.png',
},