Skip to content

Commit 1c95d1e

Browse files
committed
changed application logo and made changes to main.js
1 parent 3506025 commit 1c95d1e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ ASALocalRun/
480480
.mfractor/
481481

482482
# DMG File
483-
React-Proto.dmg
483+
reactype.dmg
484484
installers/
485485

486486
# End of https://www.gitignore.io/api/node,linux,macos,windows,visualstudio,yarn

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ ASALocalRun/
477477
.mfractor/
478478

479479
# DMG File
480-
React-Proto.dmg
480+
reactype.dmg
481481
installers/
482482
assets/
483483
.git/

main.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
const path = require('path');
2+
13
const {
24
app, BrowserWindow, Menu, shell, dialog, ipcMain,
35
} = require('electron');
@@ -65,6 +67,7 @@ const createWindow = () => {
6567
'node-Integration': false,
6668
},
6769
show: false,
70+
icon: path.join(__dirname, '/src/public/icons/mac/icon.icns'),
6871
});
6972

7073
// and load the index.html of the app.

0 commit comments

Comments
 (0)