Fix build with native dependencies. (#213)

Build still fails on macOS, likely because the native dependency does not support arm64. Republished the dependency with the optional native components removed to solve the problem.
This commit is contained in:
Daniel Scalzi
2022-01-23 18:26:16 -05:00
committed by GitHub
parent 9c6d75f812
commit c1d36d2b03
3 changed files with 29 additions and 72 deletions

View File

@@ -26,7 +26,7 @@
"@electron/remote": "^2.0.1",
"adm-zip": "^0.5.9",
"async": "^3.2.1",
"discord-rpc": "^3.2.0",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.6",
"ejs-electron": "^2.1.1",
"electron-updater": "^4.3.9",