Skip to content

Commit

Permalink
bump version and add oc binary hash
Browse files Browse the repository at this point in the history
  • Loading branch information
dropdb220 committed Oct 6, 2022
1 parent 452ad00 commit 0c08568
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oc-updater",
"productName": "OpenCore Updater",
"version": "1.2.6",
"version": "1.2.7",
"description": "OpenCore Updater",
"main": "dist/index.js",
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import util from 'util';
import { autoUpdater } from 'electron-updater';
const PID = Math.floor(Math.random() * 1000000);
const checksums = {
'2b4fcc93e039f6ca289ec4cff5db5d94d50dab3eff2c70a05e44b738d5aa7fc6': '0.8.5',
'a175242302a50511de74c080057c018a23f9e88467bf1c1b4d445f82c486c95b': '0.8.4',
'168b2694c8edc9a80c818700c7ed2fa12daad38ed6d53be8c9cfb79c89ac67af': '0.8.4',
'443ff1623cc618514cfc571b1f89ddd43526dbe349d5629ca529f2c42857b2e6': '0.8.3',
'3dc7df26265e80b3bd93033e485abf11fc29026c23c8623f8748403ccc07c7f9': '0.8.2',
'93871f5d2dab7feb315d1a25e98cfe8fe4a1e94cd9f69a7db430abb8f66ec90f': '0.8.2',
Expand Down

0 comments on commit 0c08568

Please sign in to comment.