Update amalgamate.py

This commit is contained in:
blueloveTH 2023-05-12 14:40:28 +08:00
parent 81cf0fd0a6
commit 44e14ec139

View File

@ -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")