From 44e14ec139209fb93dc3f450f4ebb91e4f738324 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 12 May 2023 14:40:28 +0800 Subject: [PATCH] Update amalgamate.py --- amalgamate.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/amalgamate.py b/amalgamate.py index 12ed4003..6ff5f5f2 100644 --- a/amalgamate.py +++ b/amalgamate.py @@ -65,6 +65,9 @@ if sys.platform == 'linux': print("amalgamated/pocketpy.h") +shutil.copy("amalgamated/pocketpy.h", "plugins/flutter/src/pocketpy.h") +shutil.copy("amalgamated/pocketpy.h", "plugins/macos/pocketpy/pocketpy.h") + # my custom things... if os.path.exists("/mnt/e/PainterEngine/project/pocketpy.h"): shutil.copy("amalgamated/pocketpy.h", "/mnt/e/PainterEngine/project/pocketpy.h")