diff --git a/core/project/project.go b/core/project/project.go index 2921fb6..a57eac2 100644 --- a/core/project/project.go +++ b/core/project/project.go @@ -40,8 +40,8 @@ type Programs struct { Gsplus string } -const Merlin32Path = "/usr/local/bin/merlin32" -const CadiusPath = "/usr/local/bin/cadius" +const Merlin32Path = "merlin32" +const CadiusPath = "cadius" const GsplusPath = "gsplus" var AppyProj Project