note for mac users: if it says the app doesn't run it's because the permissions for the executable are wrong here's a tutorial
- Copy the file in finder and open Terminal
- Type "cd" (no quotes) and paste and press enter
- Type "cd Contents/MacOS" (no quotes) and press enter
- Type "ls" (no quotes) and press enter, if there's only 1 file (in this case DaBabyKart), you did it right.
- Type "sudo chmod +x DaBabyKart" and press enter, it'll ask you for your password so type it in and it'll work