mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #233] Is it possible to add another .exe file to run in the same file? #209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zkita on GitHub (Jan 20, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/233
Is it possible to add another .exe file to run in the same file?
@brentvollebregt commented on GitHub (Jan 22, 2022):
You can add an exe by adding it to --add-binary, for example:
Then to call it, you will need the
resource_pathhelper function:And then call it:
Of course, you can access it other ways, but this is just an example.