m-abr / FCPCodebase

FC Portugal Codebase
GNU General Public License v3.0
35 stars 7 forks source link

Packaging Problem #16

Closed ChenHuiYu92 closed 7 months ago

ChenHuiYu92 commented 7 months ago

Hello,I encountered a problem.The executable file generated after packaging the file cannot run correctly.Could you please help me solve this issue? I am all gratitude.

m-abr commented 7 months ago

I'm not sure what issue you're encountering. Could you please provide more details?

One common problem to check for is whether you've added any non-Python files to the project and forgotten to include them in bundle.sh. You can find more information about this in the documentation (Section 11).

ChenHuiYu92 commented 7 months ago

The issue indeed occurred in the bundle.sh, thank you for your answer!