MCE Controller Version 2.2.4
- Fixed #12 - shiftup/down does not seem to be working correctly.
- Fixed auto-update bug
- Fixed stupid logging bug
To install, copy and paste the following command into a PowerShell command window.
$mcecv="v2.2.4.623"; $mcec="MCEController.Setup.exe"; iwr https://github.com/tig/mcec/releases/download/$mcecv/$mcec -outfile "$env:temp\$mcec"; start "$env:temp\$mcec"