Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Enabling AutoUpdate Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresMorelos committed Dec 20, 2021
1 parent 178b61c commit c339498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ autoUpdater.on('update-downloaded', info => {
// Main Function
function checkForUpdate() {
// Only check for update in Production
if (!process.env.isDev === 'true') {
if (!(process.env.isDev === 'true')) {
autoUpdater.checkForUpdates();
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "invoncify",
"homepage": "https://invoncify.andresmorelos.me",
"productName": "Invoncify",
"version": "1.3.0",
"version": "1.3.1",
"license": "GPL-3.0",
"description": "Flexible invoicing desktop app with beautiful & customizable templates",
"author": {
Expand Down

0 comments on commit c339498

Please sign in to comment.