Skip to content

Commit

Permalink
add all team cartographer branding
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-arya1 committed Dec 30, 2023
1 parent 9bb5eab commit 9ce2954
Show file tree
Hide file tree
Showing 18 changed files with 5,477 additions and 74 deletions.
Binary file modified assets/icon.icns
Binary file not shown.
Binary file modified assets/icon.ico
Binary file not shown.
Binary file modified assets/icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,471 changes: 5,448 additions & 23 deletions assets/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/1024x1024.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/128x128.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/16x16.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/24x24.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/256x256.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/32x32.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/48x48.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/512x512.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/64x64.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icons/96x96.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 13 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,27 @@
{
"description": "A foundation for scalable desktop apps",
"description": "SUITS 2024 LMCC App",
"keywords": [
"electron",
"boilerplate",
"react",
"typescript",
"ts",
"sass",
"webpack",
"hot",
"reload"
"nasa",
"team cartographer"
],
"homepage": "https://github.com/electron-react-boilerplate/electron-react-boilerplate#readme",
"homepage": "https://github.com/Team-Cartographer/SUITS-2024-LMCC",
"bugs": {
"url": "https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues"
"url": "https://github.com/Team-Cartographer/SUITS-2024-LMCC/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron-react-boilerplate/electron-react-boilerplate.git"
"url": "git+https://github.com/Team-Cartographer/SUITS-2024-LMCC.git"
},
"license": "MIT",
"author": {
"name": "Electron React Boilerplate Maintainers",
"email": "electronreactboilerplate@gmail.com",
"url": "https://electron-react-boilerplate.js.org"
"name": "Team Cartographer",
"email": "teamcartographer@gmail.com",
"url": "https://team-cartographer.github.io/team-cartographer-site"
},
"contributors": [
{
"name": "Amila Welihinda",
"email": "[email protected]",
"url": "https://github.com/amilajack"
"name": "Team Cartographer",
"email": "[email protected]"
}
],
"main": "./src/main/main.ts",
Expand Down Expand Up @@ -180,8 +172,8 @@
"webpack-merge": "^5.9.0"
},
"build": {
"productName": "ElectronReact",
"appId": "org.erb.ElectronReact",
"productName": "TeamCartographerLMCC",
"appId": "org.erb.TeamCartographerLMCC",
"asar": true,
"asarUnpack": "**\\*.{node,dll}",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "electron-react-boilerplate",
"version": "4.6.0",
"description": "A foundation for scalable desktop apps",
"name": "team-cartographer-lmcc",
"version": "0.0.1",
"description": "SUITS 2024 LMCC Application",
"license": "MIT",
"author": {
"name": "Electron React Boilerplate Maintainers",
"email": "electronreactboilerplate@gmail.com",
"url": "https://github.com/electron-react-boilerplate"
"name": "Team Cartographer",
"email": "teamcartographer@gmail.com",
"url": "https://team-cartographer.github.io/team-cartographer-site"
},
"main": "./dist/main/main.js",
"scripts": {
Expand Down
26 changes: 6 additions & 20 deletions src/main/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ export default class MenuBuilder {

buildDarwinTemplate(): MenuItemConstructorOptions[] {
const subMenuAbout: DarwinMenuItemConstructorOptions = {
label: 'Electron',
label: 'LMCC',
submenu: [
{
label: 'About ElectronReact',
label: 'About LMCC App',
selector: 'orderFrontStandardAboutPanel:',
},
{ type: 'separator' },
{ label: 'Services', submenu: [] },
{ type: 'separator' },
{
label: 'Hide ElectronReact',
label: 'Hide LMCC App',
accelerator: 'Command+H',
selector: 'hide:',
},
Expand Down Expand Up @@ -172,31 +172,17 @@ export default class MenuBuilder {
submenu: [
{
label: 'Learn More',
click() {
shell.openExternal('https://electronjs.org');
},
},
{
label: 'Documentation',
click() {
shell.openExternal(
'https://github.com/electron/electron/tree/main/docs#readme',
);
},
},
{
label: 'Community Discussions',
click() {
shell.openExternal(
'https://www.electronjs.org/community',
'https://github.com/Team-Cartographer/SUITS-2024-LMCC/',
);
},
},
{
label: 'Search Issues',
label: 'Issues',
click() {
shell.openExternal(
'https://github.com/electron/electron/issues',
'https://github.com/Team-Cartographer/SUITS-2024-LMCC/issues',
);
},
},
Expand Down

0 comments on commit 9ce2954

Please sign in to comment.