Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我打算为我的项目混淆并创建一个可执行文件。问题是当我打包时,“rsc”文件夹不包含在打包项目中,而只是 Spring.py。
谁能帮我 ?此致,
使用内置pack参数,并包含 --add-data 以包含您的文件夹
pack
pyarmor pack -e " --onefile --icon=logo.ico --add-data path/to/dir;dest/dir" Spring.py
嗨,据我了解,您可以先混淆您的脚本,然后使用 pyinstaller 通常选择混淆的文件,它将创建您的可执行文件。