Przeglądaj źródła

Use the same electron version for rebuild:all

Tienson Qin 1 rok temu
rodzic
commit
c47b936900
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/package.json

+ 1 - 1
resources/package.json

@@ -13,7 +13,7 @@
     "electron:make": "electron-forge make",
     "electron:make-macos-arm64": "electron-forge make --platform=darwin --arch=arm64",
     "electron:publish:github": "electron-forge publish",
-    "rebuild:all": "electron-rebuild -v 25.9.3 -f",
+    "rebuild:all": "electron-rebuild -v 27.1.3 -f",
     "postinstall": "install-app-deps"
   },
   "config": {