Fixed loading instruction files in packaged builds #106
machinewrapped
announced in
Announcements
Replies: 1 comment
-
This was caused by the change in PyInstaller's behaviour to put everything except the executable in an "_internal" folder. Changed the GUI to treat instruction files as a resource so that it can find them wherever PyInstaller decides to put them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instruction files are now loaded as a resource file, which means the packaged builds can find them again.
The prompt is now automatically updated from the selected instruction file when it changes.
A --debug command line option has been added to the GUI to write full debug logs to the log file.
Fixed parsing blank lines in the "substitutions" section of project settings.
This discussion was created from the release Fixed loading instruction files in packaged builds.
Beta Was this translation helpful? Give feedback.
All reactions