Scratch 3.0 as a self-contained desktop application
Find a file
Christopher Willis-Ford c8f6b38df2 Add last-resort hook to stop link navigation
Links which cause the browser to navigate to another page should be
removed or disabled in Scratch Desktop to prevent Electron from
navigating away from the editor. If we miss disabling or removing such a
link, this last-resort hook will disable navigation after the user
clicks a link.
2018-12-14 14:57:55 -08:00
buildResources Add screenshot 2018-12-13 20:11:28 -08:00
scripts Fix static assets path 2018-10-24 09:47:59 -07:00
src Add last-resort hook to stop link navigation 2018-12-14 14:57:55 -08:00
.editorconfig Use eslint-config-scratch 2018-09-27 14:28:23 -07:00
.eslintignore Use eslint-config-scratch 2018-09-27 14:28:23 -07:00
.eslintrc.js Add media library assets, fetch script 2018-10-19 15:19:41 -07:00
.gitattributes Configure store and non-store builds for Mac & Win 2018-12-13 12:01:08 -08:00
.gitignore MAS: fix embedded provisioning profile 2018-12-13 21:17:02 -08:00
.npmignore Initial commit 2018-09-06 11:20:27 -07:00
electron-builder.yaml Don't apply entitlements to the Mac DevID build 2018-12-14 09:53:42 -08:00
electron-webpack.json5 Fix build with/without npm ln, match scratch-gui 2018-10-24 09:47:52 -07:00
LICENSE Initial commit 2018-09-06 11:20:27 -07:00
package-lock.json 1.0.2 2018-12-14 11:01:22 -08:00
package.json 1.0.2 2018-12-14 11:01:22 -08:00
README.md Convert to use npm instead of yarn, rename app 2018-09-27 14:26:51 -07:00
TRADEMARK Initial commit 2018-09-06 11:20:27 -07:00
webpack.main.additions.js Add source-map-loader 2018-12-12 09:05:19 -08:00
webpack.renderer.additions.js Add source-map-loader 2018-12-12 09:05:19 -08:00

scratch-desktop

Scratch 3.0 as a standalone desktop application