diff --git a/README.md b/README.md index 1a005ef..f331119 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The original graphic will be not replaced. ## Download and Installation on macOS Download Image Shrinker here: -https://github.com/stefansl/image-shrinker/releases/download/v1.3.7/image-shrinker-1.3.7.dmg +https://github.com/stefansl/image-shrinker/releases/download/v1.4.0/image-shrinker-1.4.0.dmg Unpack and copy or drag the app into your macOS application folder. For uninstalling, just drop the app into the bin. diff --git a/main.js b/main.js index 8fb52e8..d8f13ca 100644 --- a/main.js +++ b/main.js @@ -25,7 +25,7 @@ log.info('App starting...'); let svg = new svgo(); let mainWindow; global.debug = { - devTools: 1 + devTools: 0 }; /**