Skip to content

Commit 578342a

Browse files
committedJul 26, 2021
fixed a few things for M1 arm64 release
fixed dialog by moving to main process via ipc, fixed ffmpeg and ffprobe bin by adding arm64 arch folder and logic in that module, tested locally with npm start prod and dev, haven't tried packaging yet
1 parent 26f7fda commit 578342a

File tree

11 files changed

+3269
-133674
lines changed

11 files changed

+3269
-133674
lines changed
 

‎package-lock.json

+3,104-4,285
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@
148148
"devDependencies": {
149149
"@babel/core": "^7.7.7",
150150
"cross-env": "^5.2.0",
151-
"electron": "^7.1.11",
151+
"electron": "^12.0.0",
152+
"electron-is-dev": "^2.0.0",
152153
"electron-builder": "^22.3.2",
153154
"eslint": "^6.8.0",
154155
"fibers": "^4.0.2",
@@ -166,11 +167,10 @@
166167
"async": "^3.2.0",
167168
"bootstrap-css-only": "^4.3.1",
168169
"debug": "^4.1.1",
169-
"deepspeech-node-wrapper": "^1.0.12",
170170
"diskdb": "^0.1.17",
171171
"electron-updater": "^4.1.2",
172-
"ffmpeg-static-electron": "^2.0.1",
173-
"ffprobe-static-electron": "^2.0.0",
172+
"ffmpeg-static-electron": "^2.0.3",
173+
"ffprobe-static-electron": "^2.0.2",
174174
"fluent-ffmpeg": "^2.1.2",
175175
"react": "^16.11.0",
176176
"react-bootstrap": "^1.0.0-beta.14",

0 commit comments

Comments
 (0)