Hello,

I manage to package my product using pyinstaller.

Package contents:

-- dist
    - include
    - test.exe [ mycode + standard library + 3rd-party libraries]
    - test.exe.mainfest

If i want to release an update for the product and the users should be able 
to download the software updates without having to download the 
everything(python + standard libraries)

therefore i want to keep my application code separate from the main package.

Have shown,

-- dist
    - include
    - mycode
    - test.exe [ standard library + 3rd-party libraries]
    - test.exe.mainfest


Any advice?

Thanks,

Antony

Antony

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/J2IayoyVCPcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to