Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] ci: Use Unix paths for PyInstaller spec
PyInstaller claims that either Windows or Unix paths should work, and the old method of using Unix paths appeared to successfully generate working Windows binaries. I'm not sure why using Windows paths fails, though. For now, use Unix paths. If necessary, "os.path.join(...)" could be used instead. Partially reverts b91dfdf See https://pyinstaller.org/en/stable/spec-files.html And https://github.com/IldarRyabkov/BubbleTanks2/blob/main/src/setup.spec
- Loading branch information