Compare commits

...

1 Commits
v0.1.7 ... main

Author SHA1 Message Date
Dagen Brock
0c9a3d7210 better (pathless) bin defaults 2023-04-10 17:32:39 -05:00

View File

@ -40,8 +40,8 @@ type Programs struct {
Gsplus string Gsplus string
} }
const Merlin32Path = "/usr/local/bin/merlin32" const Merlin32Path = "merlin32"
const CadiusPath = "/usr/local/bin/cadius" const CadiusPath = "cadius"
const GsplusPath = "gsplus" const GsplusPath = "gsplus"
var AppyProj Project var AppyProj Project