Skip to content

Releases: ProjectSynchro/powershell-wrapper-for-wine

v3.0.4

26 Mar 15:18
08fb67f
Compare
Choose a tag to compare

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

v3.0.3

26 Mar 14:19
7764fdc
Compare
Choose a tag to compare

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

v3.0.2

24 Mar 12:16
12a3b94
Compare
Choose a tag to compare

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

Checksums:

c916216ea847166c33e3113338d3aec589e76099e5ee3e5fe74abd1e2d5b813d  powershell32.exe

602560ddb5b37554fefd2825d92060a4711094bcc27a98b703314d661b37fd78  powershell64.exe

36124f248b73f42bd0709278ded2f3e14dd9a84e9cb5aa95c621a9f037c1c0fa  profile.ps1

35acfbe84cea52a53dae80c65c1f7d9765dc05dd79d164c90a7f641c44dcf5f2  powershell-wrapper.zip

8df284df741d802e4bd4e4a81ce1301c2f9140fd6ffe8fff14759f7a28da7b2f  powershell-wrapper.tar.gz

v3.0.1

21 Dec 04:12
ec0c093
Compare
Choose a tag to compare

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

Checksums:

6560d4e85e42af1ebb805f5c43db44f6c9a715b87f2b3a990110da02a2497d3a  powershell32.exe

d3352bbc1faa316e9673bafd5654a146a5a358d1e4c5c987a990124932647596  powershell64.exe

36124f248b73f42bd0709278ded2f3e14dd9a84e9cb5aa95c621a9f037c1c0fa  profile.ps1

69bde8d04a554485a40afa39f0eb5cd3c558352f42357a681e79234a7a98a8f4  powershell-wrapper.zip

249039dd33278b0558ef3ef8b419580449f102f491347b1427e535a2d4d3f4c7  powershell-wrapper.tar.gz

v3.0.0

21 Dec 02:59
278329c
Compare
Choose a tag to compare

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

Checksums:

82e22aecb944da15d9f9263a6cac97af8647fc5f49ff15c58b6cbe7ae51bd91d  powershell32.exe

ba28e0a036241431c96cd45a4ee5a1dac2ed4756b8683fae9faa2fc2a683b797  powershell64.exe

36124f248b73f42bd0709278ded2f3e14dd9a84e9cb5aa95c621a9f037c1c0fa  profile.ps1

b46c00ee1b9702856ca2fb1a723d66eca2f37a3125393b1b42282c88b5452c5c  powershell-wrapper.zip

ac7def82eca508368731ef4c2f1953ca512031d741817dff8c2cce6d1afe5cde  powershell-wrapper.tar.gz

v2.2.1

20 Dec 22:23
cb76259
Compare
Choose a tag to compare

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.

Checksums:

baa21edae446234c2675f3a2915132835b8e283160ca40613955485555a7b92b  powershell32.exe

2fe8cdfae873466f8b048370b54a03ca2bd31a51d9994f330a117958580847b1  powershell64.exe

d596d646e4bf835a996d5c5b653f68ff5dfde4ceb298b5fbe8b634b330333f7e  profile.ps1

c56399a75fd5b64b7790e90283ec1af9813005f959a072f09b2246eeb575c8db  powershell-wrapper.zip

cb7f5e1989c239ecc3b048f9e568791305a675897b8a282c16592507ffeb9d3d  powershell-wrapper.tar.gz

v2.2.0

15 Nov 15:16
fe780ca
Compare
Choose a tag to compare

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.

Checksums:

1787a2c8a8e7309d83c9e377c514800d4592f5fb25111cbcdc7a82c97112bbd6  powershell32.exe

52cd3eb1950afc082391a99bb482326f12eac9601d1e5434a6291ea749ec3bfb  powershell64.exe

d596d646e4bf835a996d5c5b653f68ff5dfde4ceb298b5fbe8b634b330333f7e  profile.ps1

40f3ea20aadcd9633718745d8308b3cc0f1dfd78e0f9bd5827fb99dcb28d33e7  powershell-wrapper.zip

afa4ad9bb6f5779a1c59d8532fb550bc9fbc70bbf95516fb933e6e88f409997d  powershell-wrapper.tar.gz

v2.1.3

06 Sep 05:58
af12341
Compare
Choose a tag to compare

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.

Checksums:

212236f43b05c5e803b8bfb05c3137456ba5f799df9a442a3390fda755a35ea8  powershell32.exe

f03523112548531e513cc64872d426b0752f96f653cdcd6785567c6ef65f15f7  powershell64.exe

9fdbd47ca304072b8444dda2f4338c61dab227248837d6952593bb2a8b95c80b  profile.ps1

c36fa33e2e0295b7c954bf114782c5dadcfd92499ecabe8d86fb340ed7ef2f9c  powershell-wrapper.zip

00c43711217c9930bb30cde3c6d0c9c2f46fa04cf2cc6658dc2747891092f096  powershell-wrapper.tar.gz

v2.1.2

04 Sep 17:39
eba3048
Compare
Choose a tag to compare

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

Checksums:

5ac4b48707ebe0ea0feb160080fc53b0a9303879d0ffb55bb73307afe4ab5dba  powershell32.exe

dff74d58f774712deeefbf4c8b7293dbe5a2393c0f71ad3478c5a03602b991c0  powershell64.exe

85c7d4bc526a0b427cb8fbc77cff8a43b0475b2bf7397889cbe1ab224d1579a1  profile.ps1

910c5dac1e8dc0d2e87eba1fd8ee35c102fa849b44c386019769c13839b77013  powershell-wrapper.zip

04292c55954d41e7bce1d11136cee5d3cfc73d73471da5478ad2c897de853014  powershell-wrapper.tar.gz

v2.1.1

13 Aug 18:21
dd2f3e7
Compare
Choose a tag to compare

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.

Checksums:

0e1f4c7c2e0e4091a2178bc14f91c6710b9a75b92ac0162485f9c5657135f0ed  powershell32.exe

2650affad2620c4c8993ae020df135010097bc74cb9bd4d1dc05b4971956e652  powershell64.exe

85c7d4bc526a0b427cb8fbc77cff8a43b0475b2bf7397889cbe1ab224d1579a1  profile.ps1