Skip to content

vulcan-dev/kissmp-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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


Running 1

Running 2