Deploy using symbolic links instead of copying files #7202
mkimberling
started this conversation in
Features & Development
Replies: 1 comment 2 replies
-
But then it wouldn't be distributable. As soon as you copy the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A suggestion: A new feature such that in folder mode, files are deployed to the dist folder with a symbolic link instead of a copy of the files.
Context: the footprint of my PyInstaller application is currently 1gb and it takes 3+ minutes to build it. I suspect iterating on my app would be faster if it wasn't writing these huge files over and over. It wouldn't hurt to reduce the aging of my ssd that happens from copying these files every time I build it.
Beta Was this translation helpful? Give feedback.
All reactions