From 0c9a3d72104e1bd165b7c3e00d3c59e1b3ed44ad Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Mon, 10 Apr 2023 17:32:39 -0500 Subject: [PATCH] better (pathless) bin defaults --- core/project/project.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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