Skip to content

Commit

Permalink
Messed with build config
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerMauve committed Mar 12, 2020
1 parent c920f6b commit 7279566
Show file tree
Hide file tree
Showing 25 changed files with 9 additions and 9,107 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ yarn-error.log*
package-lock.json
.eslint-cache
yarn.lock

dist/
app/main.prod.**
Binary file removed app/dist/088a34f78f530102fd9661173b4a4f26.eot
Binary file not shown.
Binary file removed app/dist/273dc9bf9778fd37fa61357645d46a28.ttf
Binary file not shown.
Binary file removed app/dist/2aa6edf8f296a43b32df35f330b7c81c.ttf
Binary file not shown.
Binary file removed app/dist/3ac49cb33f43a6471f21ab3df40d1b1e.eot
Binary file not shown.
4,700 changes: 0 additions & 4,700 deletions app/dist/7a5de9b08012e4da40504f2cf126a351.svg

This file was deleted.

Binary file removed app/dist/7fb1cdd9c3b889161216a13267b55fe2.eot
Binary file not shown.
Binary file removed app/dist/822d94f19fe57477865209e1242a3c63.woff2
Binary file not shown.
Binary file removed app/dist/93f284548b42ab76fe3fd03a9d3a2180.woff
Binary file not shown.
Binary file removed app/dist/9efb86976bd53e159166c12365f61e25.woff2
Binary file not shown.
Binary file removed app/dist/a57bcf76c178aee452db7a57b75509b6.woff
Binary file not shown.
803 changes: 0 additions & 803 deletions app/dist/d2e53334c22a9a4937bc26e84b36e1e0.svg

This file was deleted.

3,535 changes: 0 additions & 3,535 deletions app/dist/d72293118cda50ec50c39957d9d836d0.svg

This file was deleted.

Binary file removed app/dist/ece54318791c51b52dfdc689efdb6271.ttf
Binary file not shown.
Binary file removed app/dist/f4920c94c0861c537f72ba36590f6362.woff
Binary file not shown.
Binary file removed app/dist/f6121be597a72928f54e7ab5b95512a1.woff2
Binary file not shown.
3 changes: 0 additions & 3 deletions app/dist/renderer.prod.js

This file was deleted.

47 changes: 0 additions & 47 deletions app/dist/renderer.prod.js.LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion app/dist/renderer.prod.js.map

This file was deleted.

5 changes: 0 additions & 5 deletions app/dist/style.css

This file was deleted.

1 change: 0 additions & 1 deletion app/dist/style.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions app/main.prod.js

This file was deleted.

1 change: 0 additions & 1 deletion app/main.prod.js.LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion app/main.prod.js.map

This file was deleted.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "electron-react-boilerplate",
"productName": "ElectronReact",
"name": "natakanu-desktop",
"productName": "Natakanu",
"version": "0.18.1",
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
"description": "Desktop application for Natakanu - A local file transfer program",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
"build-dll": "cross-env NODE_ENV=development webpack --config ./configs/webpack.config.renderer.dev.dll.babel.js --colors",
Expand Down Expand Up @@ -56,8 +56,8 @@
]
},
"build": {
"productName": "ElectronReact",
"appId": "org.develar.ElectronReact",
"productName": "Natakanu",
"appId": "ca.wapikoni.Natakanu",
"files": [
"dist/",
"node_modules/",
Expand All @@ -82,8 +82,7 @@
},
"win": {
"target": [
"nsis",
"msi"
"nsis"
]
},
"linux": {
Expand Down

0 comments on commit 7279566

Please sign in to comment.