You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- IF DEFINED ELECTRON (npm install electron-prebuilt@%ELECTRON%)
20
-
# We always need to rebuild for electron even for electron <= 1.1.3
21
-
- IF DEFINED ELECTRON (node_modules\.bin\node-gyp rebuild --runtime=electron --target=%ELECTRON% --disturl=https://atom.io/download/atom-shell --build-from-source)
18
+
- IF DEFINED ELECTRON (npm install electron@%ELECTRON%)
19
+
- IF DEFINED ELECTRON (npm install --runtime=electron --target=%ELECTRON% --disturl=https://atom.io/download/electron) ELSE (npm install)
0 commit comments