Skip to content

v3.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 14:19
· 10 commits to master since this release
7764fdc

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
  • 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
  • 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)

Checksums:

91683d9650855f283c537d970ab329f5b814dedc43de80050bfa847e718bb727  powershell32.exe

43f491c8fb373f36f4b6c14bc1d82d58ab462728cc3d1da76b462daa5adf9580  powershell64.exe

36124f248b73f42bd0709278ded2f3e14dd9a84e9cb5aa95c621a9f037c1c0fa  profile.ps1

d76921cfc465e0f400fd7d5bb0e62de890dc7799c1794e5cab3fc6c0b641e008  powershell-wrapper.zip

d834b2a572e51523cfa368e3ae5a30cf4f7568028a6be937e037a0b33f12efbe  powershell-wrapper.tar.gz