Releases: RestartB/desktopmate-avatarinstall
Release list
v1.1.1
v1.1.1
This is a small bug fix release that fixes an incorrect download link for the new Powershell script. To run the script, use the following command:
powershell -ExecutionPolicy ByPass -c "irm https://github.com/RestartB/desktopmate-avatarinstall/releases/latest/download/setup.ps1 | iex"
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.1.0
Welcome to v1.1.0! This update includes a Powershell script version that you can use if you don't want to download a bulky exe file. It will download the required Steam library dependency automatically. To use the script, run the following command:
powershell -ExecutionPolicy ByPass -c "irm https://github.com/RestartB/desktopmate-avatarinstall/releases/latest/setup.ps1 | iex"
Full Changelog: v1.0.0...v1.1.0
v1.0.0-ci
v1.0.0-ci
Same as v1.0.0 with some CI pipeline fixes. A precompiled binary is included; you don't need to install any dependencies to run it.
Full Changelog: v1.0.0...v1.0.0-ci