Skip to content

flathub/edu.mit.Scratch

Repository files navigation

Scratch Flatpak

Re-generating the sources

  • Run update-package-info.py to read the scratch-desktop Git tag from the manifest and generate the latest asset sources & download the needed package*.json files.

  • Run:

    flatpak-node-generator.py npm scratch-desktop/package-lock.json -PR scratch-*/package-lock.json --node-chromedriver-from-electron 23.3.12 --electron-ffmpeg=lib

    afterwards to regenerate the npm package sources.

  • Finally, run:

    flatpak run --command=flatpak-builder-lint org.flatpak.Builder --exceptions manifest edu.mit.Scratch.yaml

    to confirm that the resulting manifest file is correct.