An open API service indexing awesome lists of open source software.

https://github.com/vulcan-dev/kissmp-installer

KissMP Installer for Windows
https://github.com/vulcan-dev/kissmp-installer

Last synced: about 2 months ago
JSON representation

KissMP Installer for Windows

Awesome Lists containing this project

README

        

# Notes #
I'm using colours in the terminal which only Powershell supports so if you see weird characters in command prompt then that's why.
# Building #
1. `go mod init main`
2. `go mod tidy`
3. `go run -o Build/Installer.exe .\main.go .\utilities.go .\git.go`

[Releases](https://github.com/vulcan-dev/kissmp-installer/releases)

# Errors #
> 1. CMD errors: Make sure the bridge is not running anywhere else
> 2. Just closes: Make sure the shortcut points to a valid location (Search bridge, right click and open file location, right click and look at properties).
(If you decide to change the installation directory then delete downloads and run again)

# Debugging #
1. If it just closes then look at Errors 2 ^
2. If you're unable to see the output because it closes then locate installer.exe, right click and select "Open with Powershell" or the Windows Terminal. (You can use cmd prompt but it doesn't look nice). Anyways, just run it and it should give you an error.

# Uninstalling #
Just delete the directory and the shortcut

## Pictures ##
![](https://i.imgur.com/CjUXb6O.png)
Running 1
![](https://imgur.com/Lzzr4Zi.png)
Running 2
![](https://imgur.com/21q2mNU.png)