Skip to content

Commit

Permalink
chore: .dmg build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sitarass committed Dec 24, 2023
1 parent 4cb7f67 commit 64b006f
Show file tree
Hide file tree
Showing 8 changed files with 16,325 additions and 11,665 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/build
/.pnp
.pnp.js
.yarn

# testing
/coverage
Expand All @@ -23,3 +24,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarnrc.yml
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"description": "Just a simple app to copy and paste text",
"description": "QR Generator",
"author": "Sitarass",
"build": {
"appId": "1.0.0"
"asar": true,
"mac": {
"asarUnpack": "node_modules/**/*.node",
"icon": "public/logo512.png"
}
},
"main": "public/electron.js",
"homepage": "./",
Expand Down Expand Up @@ -66,5 +70,6 @@
"electron": "^15.1.1",
"electron-builder": "^24.6.4",
"wait-on": "^7.0.1"
}
},
"packageManager": "[email protected]"
}
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>awesomeTools</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file modified public/logo192.png
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 public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "awesomeTools",
"name": "awesomeTools",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -20,6 +20,6 @@
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#61dafb",
"background_color": "#282c34"
}
27,967 changes: 16,310 additions & 11,657 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 64b006f

Please sign in to comment.