Skip to content

Commit

Permalink
last version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahibis committed Apr 17, 2022
1 parent 9a99759 commit 16cef04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function createWindow () {
const mainWindow = new BrowserWindow({
width: 1024,
height: 768,
icon: path.resolve(__dirname,"public","favicon.ico"),
icon: path.resolve(__dirname,"dist","favicon.ico"),
webPreferences: {
preload: path.join(__dirname, 'preload.js'),
nodeIntegration: true,
Expand Down
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "scoi",
"version": "0.0.0",
"private": true,
"name": "PFCCalculator",
"version": "1.0.0",
"author": "ahibis<pokesteve31@gmail.com>",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -46,20 +45,24 @@
"wait-on": "^6.0.1"
},
"build": {
"appId": "fl3.myapp.ahibis",
"productName": "FL3",
"appId": "PFCcalculator.myapp.ahibis",
"productName": "PFCcalculator",
"copyright": "Copyright © 2019 ${author}",
"mac": {
"category": "public.app-category.utilities"
},
"win": {
"icon": "./public/favicon.ico"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"files": [
"dist/**/*",
"electron/**/*",
"main.js"
"main.js",
"package.json"
],
"directories": {
"buildResources": "assets",
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.

0 comments on commit 16cef04

Please sign in to comment.