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
Steps:
1. Set directory to be "." (e.g. serve from app.asar directly)
2. Bundle an electron app
Expected:
app://- serves index.html
Actual:
extname(".../app.asar") returns .asar, which fails the guard and serves
file not found.
0 commit comments