-
Notifications
You must be signed in to change notification settings - Fork 0
Install UAC Launch Control
UAC Launch Control is available for Windows, MacOS and Linux.
Download the installer from the releases.
Scroll down to Assets and find the Windows installer - ending with .exe, i.e: uac-launch-control-0.2.41-setup.exe
When download has finished, double click the downloaded file, and the installer will take care of the rest.
Please note that you will get a warning about "Windows prevented an application from running".
You will need to click Run anyway to be able to install the application.
Download either the dmg-image from the releases.
Under Assets find the release ending with .dmg, i.e: uac-launch-control-0.2.41.dmg
When the download finishes, double click the .dmg file to mount the image, and drag-and-drop the UAC Launch Control app-icon to the Applications directory.
A zipped version is also available if you prefer.
On linux you have different options, depending on your distro and what you want. The recommended way, is to use the AppImage from the Releases page.
Under Assets you'll find a .AppImage file - this requires no installation, can update itself and is a standalone file that works on its own.
If you don't want to use the AppImage version you can use the .deb package on Debian derived OS's.
Downloader the .deb from the Releases.
And install with apt
cd /PATH/TO/DOWNLOAD
sudo apt install ./uac-launch-control_0.2.41_amd64.deb
*This will install the 0.2.41 version - take note of what version you're downloading, as this number changes on each update.
A prebuilt binary has been released on the AUR, that always follows the builds here on Github.
Install with any AUR-helper, i.e yay or paru.
# If you use yay
yay -S uac-launch-control-bin
# If you use paru
paru uac-launch-control-binYou can also download the PKGBUILD from from the AUR and install it manually, if you don't use a helper.
git clone https://aur.archlinux.org/uac-launch-control-bin.git
cd uac-launch-control-bin
makepkg -si
and just follow the on-screen instructions.