Skip to content

Commit 0de6904

Browse files
committed
Fix issue dashingsoft#663
1 parent f830bb5 commit 0de6904

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/helper/merge.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ def merge_runtimes(paths, output):
149149
runtimes.append(root[n:])
150150

151151
for x in files:
152+
if x in ('pytransform_bootstrap.py', 'pytransform_protection.py'):
153+
continue
152154
if x.startswith('pytransform'):
153155
runtimes.append(os.path.join(root, x)[n:])
154156
elif is_pyscript(x) and not pyvers:

0 commit comments

Comments
 (0)