You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a developer writes code, the developer has to ensure that he/she has used resource_path() util for loading the assets, be it of any type.
Run pyinstaller.exe .\main.spec --onefile --noconsole
After the execution of the above command a main.exe file will be generated at ./dist directory, which has to be taken and be uploaded manually to the release as a binary.
Then a new tag is created for the release in which the format is Major.minor.patch
The manual method:
resource_path()util for loading the assets, be it of any type.pyinstaller.exe .\main.spec --onefile --noconsolemain.exefile will be generated at./distdirectory, which has to be taken and be uploaded manually to the release as a binary.Major.minor.patch