From 09ae256fc4968c2bac3914dde3b5c51b8a4bc3d9 Mon Sep 17 00:00:00 2001 From: Thomas Weber Date: Mon, 6 Jan 2025 20:09:11 -0600 Subject: [PATCH] Don't remove embed.html --- patch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/patch.py b/patch.py index 7423c1c..facaf83 100644 --- a/patch.py +++ b/patch.py @@ -22,7 +22,6 @@ os.remove('scratch-gui/build/sw.js') os.remove('scratch-gui/build/manifest.webmanifest') os.remove('scratch-gui/build/fullscreen.html') -os.remove('scratch-gui/build/embed.html') os.remove('scratch-gui/build/index.html') shutil.copy('scratch-gui/build/editor.html', 'scratch-gui/build/index.html')