powershell-wrapper for wine
These files are here to be called from a winetricks verb.
Make sure you are downloading the latest commits on the master branch, otherwise you will get checksum mismatches.
Version Log:
- v0.0.1 - Test for winetricks verb download.
- v1.0.0 - Initial release, built with Github Actions.
- v1.5.0 - Remove dependency on ConEmu
- v2.0.0 - Fix issues in RSI Launcher as well as other electron apps that use sudo-prompt
- Additionally add support for 32bit wineprefixes
- v2.0.1 - Hotfix a dumb mistake that causes the RSI Launcher to stop working.
- v2.1.0 - Fix support for handling pipeline inputs.
- v2.1.1 - Fix support for non-english and nonstandard "Program Files" locations.
- v2.1.2 - Add new dist zip and tar.gz archives.
- These are laid out like this:
/profile.ps1, /32/powershell.exe, /64/powershell.exe
- These are laid out like this:
- v2.1.3 - Fix ProjectSynchro/powershell-wrapper-for-wine#2
- This fixes installing the EAC service in the RSI Launcher.
- v2.2.0 - Add debugging and fix single quotes if they are beside an escaped double quote.
- This fixes the edge case seen when running the RSI Launcher's installer-support.exe binary.
- v2.2.1 - Fix debugging and revert quote replacement changes.
- This fixes the edge case seen when running the vcredist binary in the RSI Launcher.
- The EAC service will fail to install due to how it is invokved, I'll have to rewrite this in something that can use regex a bit better.
- v3.0.0 - Port wrapper to Golang
- Dealing with string manipulation in C was painful, this results in a larger binary but it is far easier to deal with edge cases.
- Fully fix ProjectSynchro/powershell-wrapper-for-wine#2
- v3.0.1 - Ensure we pass through the child process status.. whoops
- v3.0.2 - Hide out-of-date powershell core warning message
- v3.0.3 - Reduce size of binaries and fix debug builds (You can still use
ENABLE_DEBUG_LOG=1
at runtime) - v3.0.4 - Further reduce the size of binaries
Checksums:
ef00071c54cbf41d709c1a6c4e2bdd89683f565787f5ac291393fee79c77a8b6 powershell32.exe
d3e23c2b16da72effc5aad583c1fa61465f4eb8d9d990893c72c691d0cb82004 powershell64.exe
36124f248b73f42bd0709278ded2f3e14dd9a84e9cb5aa95c621a9f037c1c0fa profile.ps1
03ae1f525e133b92f835363c43371a7c050d3e8d81d725a8464bab02c7ade14b powershell-wrapper.zip
c181bd4721aa4c82f8ac71cc9f3bc6f6b85fb13b4ae3d1b9ad167d33a962d423 powershell-wrapper.tar.gz