-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Mildebrandt
committed
Mar 18, 2022
1 parent
87af644
commit d7f9657
Showing
2 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.3 | ||
4.0.4 |
d7f9657
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am maintaining a pyinstaller project that was using 4.0.2, when we upgrade to 4.0.4 we hit this problem:
I think this is an issue with the way we invoke
pyinstaller
, we want to ditchpyinstaller
entirely.d7f9657
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rustydb I don't know anything about pyinstaller (other than what I searched in the last 5 minutes), but it sounds like you need to add the VERSION file to your spec file for it to be included when bundling.