We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d60be5 commit a652a31Copy full SHA for a652a31
main.js
@@ -38,7 +38,7 @@ function createWindow() {
38
win.loadFile('./index.html');
39
40
// Open the DevTools.
41
- // win.webContents.openDevTools();
+ win.webContents.openDevTools();
42
43
// Emitted when the window is closed.
44
win.on('closed', () => {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "electronjs-updater",
3
- "version": "0.4.0",
+ "version": "0.5.0",
4
"main": "main.js",
5
"author": "Taha Ben Masaud <[email protected]>",
6
"license": "MIT",
src/App.jsx
@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
const App = () => (
<div>
- Hello world; again 2
+ Hello Electron
7
</div>
8
);
9
0 commit comments