From ca0d48b4984fabcfd5903a90f5017a64f4b1a6e8 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Tue, 12 Aug 2025 08:17:08 +0900 Subject: [PATCH] Fix mac path --- ebin/gajumine.app | 2 +- src/gajumine.erl | 2 +- src/gmc_con.erl | 4 ++-- src/gmc_conf.erl | 2 +- src/gmc_gui.erl | 2 +- src/gmc_sup.erl | 2 +- zomp.meta | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ebin/gajumine.app b/ebin/gajumine.app index 1507171..22ed826 100644 --- a/ebin/gajumine.app +++ b/ebin/gajumine.app @@ -3,6 +3,6 @@ {registered,[]}, {included_applications,[]}, {applications,[stdlib,kernel]}, - {vsn,"0.2.7"}, + {vsn,"0.2.8"}, {modules,[gajumine,gmc_con,gmc_conf,gmc_gui,gmc_sup]}, {mod,{gajumine,[]}}]}. diff --git a/src/gajumine.erl b/src/gajumine.erl index 4b70ca5..125d036 100644 --- a/src/gajumine.erl +++ b/src/gajumine.erl @@ -3,7 +3,7 @@ %%% @end -module(gajumine). --vsn("0.2.7"). +-vsn("0.2.8"). -behavior(application). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/src/gmc_con.erl b/src/gmc_con.erl index 0f12ee8..0286d8f 100644 --- a/src/gmc_con.erl +++ b/src/gmc_con.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_con). --vsn("0.2.7"). +-vsn("0.2.8"). -author("Craig Everett "). -copyright("QPQ AG "). -license("GPL-3.0-or-later"). @@ -285,7 +285,7 @@ platform_dir() -> {unix, darwin} -> case erlang:system_info(system_architecture) of "aarch64-" ++ _ -> - "mac_m2"; + "mac_arm64"; Other -> ok = log(info, "system_architecture: ~p", [Other]), "mac_x86_64" diff --git a/src/gmc_conf.erl b/src/gmc_conf.erl index a8ef398..e27abfa 100644 --- a/src/gmc_conf.erl +++ b/src/gmc_conf.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_conf). --vsn("0.2.7"). +-vsn("0.2.8"). -author("Craig Everett "). -copyright("QPQ AG "). -license("GPL-3.0-or-later"). diff --git a/src/gmc_gui.erl b/src/gmc_gui.erl index 884d8d2..f83c82e 100644 --- a/src/gmc_gui.erl +++ b/src/gmc_gui.erl @@ -3,7 +3,7 @@ %%% @end -module(gmc_gui). --vsn("0.2.7"). +-vsn("0.2.8"). -author("Craig Everett "). -copyright("QPQ AG "). -license("GPL-3.0-or-later"). diff --git a/src/gmc_sup.erl b/src/gmc_sup.erl index 6373c18..a7d2b65 100644 --- a/src/gmc_sup.erl +++ b/src/gmc_sup.erl @@ -12,7 +12,7 @@ %%% @end -module(gmc_sup). --vsn("0.2.7"). +-vsn("0.2.8"). -behaviour(supervisor). -author("Craig Everett "). -copyright("QPQ AG "). diff --git a/zomp.meta b/zomp.meta index 3e703fe..48b86c0 100644 --- a/zomp.meta +++ b/zomp.meta @@ -1,10 +1,10 @@ {name,"GajuMine"}. {type,gui}. {modules,[]}. -{author,"Craig Everett"}. {prefix,"gmc"}. +{author,"Craig Everett"}. {desc,"Mining client for the Gajumaru Root"}. -{package_id,{"qpq","gajumine",{0,2,7}}}. +{package_id,{"qpq","gajumine",{0,2,8}}}. {deps,[{"uwiger","gmhive_worker",{0,4,0}}, {"qpq","cuckoo_cpu",{0,3,1}}, {"uwiger","gmhive_client",{0,4,4}}, -- 2.30.2