File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ package-lock.json
11
11
.DS_Store
12
12
Thumbs.db
13
13
14
+ # release builds
15
+ release-builds
16
+
14
17
# IDEs configurations
15
18
# want to know more about IDE .gitignore?
16
19
# @see https://www.gitignore.io/
Original file line number Diff line number Diff line change 3
3
** Desktop application for batch shrinking PDFs**
4
4
* Best with scanned documents!*
5
5
6
- ![ logo] ( src/ui /img/shrimp.png)
6
+ ![ logo] ( assets /img/shrimp.png)
7
7
8
8
## Install ##
9
9
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ function createWindow () {
23
23
} ) ;
24
24
25
25
// no resize
26
- // win.setResizable(false)
26
+ win . setResizable ( false ) ;
27
27
28
28
// and load the index.html of the app.
29
29
win . loadFile ( path . join ( 'assets' , 'index.html' ) ) ;
30
30
31
31
// Open the DevTools.
32
- win . webContents . openDevTools ( ) ;
32
+ // win.webContents.openDevTools();
33
33
34
34
// Emitted when the window is closed.
35
35
win . on ( 'closed' , function ( ) {
You can’t perform that action at this time.
0 commit comments