Skip to content

Commit b8cbd92

Browse files
committed
0.9.62 ESM
1 parent 4ab8557 commit b8cbd92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import axios from 'axios';
1313
import os from 'os';
1414

1515
// Auto-updater
16-
import { autoUpdater } from 'electron-updater';
16+
import pkg from 'electron-updater';
17+
const { autoUpdater } = pkg;
1718

1819

1920

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulsion",
3-
"version": "0.9.61",
3+
"version": "0.9.62",
44
"summary": "Better gaming throught chemistry",
55
"description": "Display your games collection into responsive galleries, manage game metadata, cover art and emulator configuration. Launch your games in style.",
66
"homepage": "https://yphil.gitlab.io/emulsion",

0 commit comments

Comments
 (0)