diff --git a/forge.config.js b/forge.config.js index 576643f..cdf9d62 100644 --- a/forge.config.js +++ b/forge.config.js @@ -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'], diff --git a/package.json b/package.json index b8314af..7860d3a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "cheating-daddy", - "productName": "cheating-daddy", + "name": "mastermind", + "productName": "Mastermind", "version": "0.7.0", - "description": "cheating daddy", + "description": "Mastermind AI assistant", "main": "src/index.js", "scripts": { "start": "electron-forge start", @@ -12,15 +12,15 @@ "lint": "echo \"No linting configured\"" }, "keywords": [ - "cheating daddy", - "cheating daddy ai", - "cheating daddy ai assistant", - "cheating daddy ai assistant for interviews", - "cheating daddy ai assistant for interviews" + "mastermind", + "mastermind ai", + "mastermind ai assistant", + "mastermind ai assistant for interviews", + "mastermind ai assistant for interviews" ], "author": { - "name": "sohzm", - "email": "sohambharambe9@gmail.com" + "name": "ShiftyX1", + "email": "lead@pyserve.org" }, "license": "GPL-3.0", "dependencies": { diff --git a/src/components/app/AppHeader.js b/src/components/app/AppHeader.js index c6bc2ff..3088573 100644 --- a/src/components/app/AppHeader.js +++ b/src/components/app/AppHeader.js @@ -242,15 +242,15 @@ export class AppHeader extends LitElement { getViewTitle() { const titles = { - onboarding: 'Welcome to Cheating Daddy', - main: 'Cheating Daddy', + onboarding: 'Welcome to Mastermind', + main: 'Mastermind', customize: 'Customize', help: 'Help & Shortcuts', history: 'Conversation History', advanced: 'Advanced Tools', - assistant: 'Cheating Daddy', + assistant: 'Mastermind', }; - return titles[this.currentView] || 'Cheating Daddy'; + return titles[this.currentView] || 'Mastermind'; } getElapsedTime() { diff --git a/src/components/app/CheatingDaddyApp.js b/src/components/app/CheatingDaddyApp.js index 8f29f40..7e56c45 100644 --- a/src/components/app/CheatingDaddyApp.js +++ b/src/components/app/CheatingDaddyApp.js @@ -399,7 +399,7 @@ export class CheatingDaddyApp extends LitElement { this._localVersion = await cheatingDaddy.getVersion(); this.requestUpdate(); - const res = await fetch('https://raw.githubusercontent.com/sohzm/cheating-daddy/refs/heads/master/package.json'); + const res = await fetch('https://raw.githubusercontent.com/ShiftyX1/Mastermind/refs/heads/master/package.json'); if (!res.ok) return; const remote = await res.json(); const remoteVersion = remote.version; @@ -782,7 +782,7 @@ export class CheatingDaddyApp extends LitElement { return html`