Skip to content

Short Circuit v0.5.2-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@secondfry secondfry released this 09 Nov 23:01
· 96 commits to master since this release

Fixed

Windows 7 – using Python 3.8 to build binaries both locally and in GitHub CI.

Notes

I've attached four builds here in order of preferability:
shortcircuit-v0.5.2-rc.1-windows-x64-CI-upx.zip – GitHub CI build with Python 3.8 x64 packed by UPX (executable packer; build taken from https://github.com/secondfry/shortcircuit/actions/runs/1441757548).
shortcircuit-v0.5.2-rc.1-windows-x64-CI.zip – GitHub CI build with Python 3.8 x64 (build taken from https://github.com/secondfry/shortcircuit/actions/runs/1441681915).
shortcircuit-v0.5.2-rc.1-windows-x64-upx.zip – local build with Python 3.8 x64 packed by UPX (executable packer).
shortcircuit-v0.5.2-rc.1-windows-x64.zip – local build with Python 3.8 x64.

Would love to hear that CI UPX build works perfectly so it would be then used in next releases. This would let develop Short Circuit in any environment and then get Windows build from GitHub CI.