Skip to content

MCE Controller Version 2.2.4

Compare
Choose a tag to compare
@tig tig released this 18 Apr 22:50
  • 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"