Skip to content

v1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jan 00:04
· 19 commits to main since this release
8bd9dfd

What changed

  • Cli UX has been considerably improved
  • Gui UX has been improved
  • Added automatic self updating on Windows & Linux
  • Some error messages have been made more user friendly
  • no longer warns you about running as Admin on windows
  • fixes some issues with the OpenAsar integration
  • fixed flashing a terminal window on Windows (this was due to using powershell to kill Discord)
  • patcher now writes a proper app.asar file instead of using a folder

sha256sum

If you would like, you can verify the integrity of your downloaded file using sha256sum.

  • VencordInstallerCli.exe: 466d2a0be1f380ddffed052df3cc132125fa34dc1af29312e14f13f358c8d2a2
  • VencordInstallerCli-linux: a2c888f4e18445c6eb94c94f40d0b30937ffe22aeaeb2e9505382e9830f4acc8
  • VencordInstaller.exe: dc0826657a005009f43bdc3a0933d08352f8b22b2b9b961697a2db6e9913e871
  • VencordInstaller.MacOS.zip: b7b4d38643223df94f3af937ad05cd25c68d0b1aa5b6da52b71aee4593da8817

Examples:

  • Using a sha256 hash from above:

     echo 466d2a0be1f380ddffed052df3cc132125fa34dc1af29312e14f13f358c8d2a2 ./VencordInstallerCli.exe | sha256sum --check
  • Using checksums.sha256 file:

     sha256sum --check --ignore-missing checksums.sha256