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
Though we can't run the mas build locally, we should be able to run the mas-dev build locally in order to test something as close to the mas build as possible.
To some extent this is a developer-facing feature request, but it's important because it prevents locally debugging mas-specific problems like #118
Actual Behavior
The mas-dev build fails to launch with a message indicating an invalid code signature.
Steps to Reproduce
Modify scripts/electron-builder-wrapper.js to build mas-dev instead of mas
Run npm run dist
Attempt to start dist/mas-dev/Scratch Desktop.app
Operating System and Browser
macOS
The text was updated successfully, but these errors were encountered:
Expected Behavior
Though we can't run the
mas
build locally, we should be able to run themas-dev
build locally in order to test something as close to themas
build as possible.To some extent this is a developer-facing feature request, but it's important because it prevents locally debugging
mas
-specific problems like #118Actual Behavior
The
mas-dev
build fails to launch with a message indicating an invalid code signature.Steps to Reproduce
scripts/electron-builder-wrapper.js
to buildmas-dev
instead ofmas
npm run dist
dist/mas-dev/Scratch Desktop.app
Operating System and Browser
macOS
The text was updated successfully, but these errors were encountered: