v0.1.1-alpha
Pre-release
Pre-release
m-doescode
released this
03 May 20:21
·
22 commits
to master
since this release
Bug fixes:
- libgcc and libstdc++ are now statically linked. So hopefully no more missing library errors should appear.
- Fixed bug where Set-P would add a semicolon before the path instead of after. Usually, windows would add the semicolon already and expect one to already be there so this screws up programs like refreshenv.bat.
In the future, I should implement a smart detection feature which would detect if there already is a semicolon and NOT add one if one already exists.
Missing features:
- Remove flag
Note: Binary is x64. No 32-bit binaries have been released yet. If you would like to run Set-P on a 32-bit computer, please build from source, instructions may be found here