mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
Update amalgamate.py
This commit is contained in:
parent
81cf0fd0a6
commit
44e14ec139
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user