Skip to content

Commit

Permalink
0.0.2-alpha.2
Browse files Browse the repository at this point in the history
- Allow updates to prereleases.
  • Loading branch information
KYDronePilot committed Sep 6, 2020
1 parent 05798fc commit 4725e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "space-eye",
"version": "0.0.2-alpha.1",
"version": "0.0.2-alpha.2",
"description": "Live satellite imagery for your desktop background",
"main": "./dist/main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/main/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ let heartbeatHandle: number

Axios.defaults.adapter = require('axios/lib/adapters/http')

autoUpdater.allowPrerelease = true
autoUpdater.checkForUpdatesAndNotify()

/**
Expand Down

0 comments on commit 4725e0c

Please sign in to comment.