BCC folder & runtime folder #1271
Replies: 2 comments 9 replies
-
You need not care about |
Beta Was this translation helpful? Give feedback.
8 replies
-
@pauloswear please check ReleasePlan.md in the project home for cross-platform bcc mode |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I have 2 questions:
1º When I obfuscate script with BCC mode enabled, it creates a folder called .pyarmor and inside, bcc folder, that's empty. This folder is empty because i changed output script to desktop:
pyarmor gen launcher.py --recursive --enable-bcc --mix-str --assert-call --assert-import --output %USERPROFILE%\Desktop\launcher
Is it normal or it will be improved in next updates? I am waiting pyarmor-8 be stable to change my production.
2º It's possible to not send vax code in runtime folder? When i generate script with old pyarmor-7, it creates a folder called pyarmor, not pyarmor_runtime_vaxcode.
Beta Was this translation helpful? Give feedback.
All reactions