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
Use correct repo for moddable-pong bundle (#221)
I missed one more place where the environment variables have to be set. As a
result the zip file contains the backstitch repo rather than moddable-pong.
I feel like there ought to be a way to simplify this, but can't see it immediately.
Make Linux and macOS launchers executable in moddable-pong bundle (#220)
I missed this special-case when I added the moddable-pong bundle.
Rather than adding a third case, generalise it to any artifact ending with
"-with-backstitch".
Resolves#219