Fix mac path

This commit is contained in:
2025-08-12 08:17:08 +09:00
parent 7eaacaddce
commit ca0d48b498
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
%%% @end
-module(gajumine).
-vsn("0.2.7").
-vsn("0.2.8").
-behavior(application).
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <craigeverett@qpq.swiss>").
+2 -2
View File
@@ -3,7 +3,7 @@
%%% @end
-module(gmc_con).
-vsn("0.2.7").
-vsn("0.2.8").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <craigeverett@qpq.swiss>").
-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"
+1 -1
View File
@@ -3,7 +3,7 @@
%%% @end
-module(gmc_conf).
-vsn("0.2.7").
-vsn("0.2.8").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <craigeverett@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -3,7 +3,7 @@
%%% @end
-module(gmc_gui).
-vsn("0.2.7").
-vsn("0.2.8").
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <craigeverett@qpq.swiss>").
-license("GPL-3.0-or-later").
+1 -1
View File
@@ -12,7 +12,7 @@
%%% @end
-module(gmc_sup).
-vsn("0.2.7").
-vsn("0.2.8").
-behaviour(supervisor).
-author("Craig Everett <craigeverett@qpq.swiss>").
-copyright("QPQ AG <craigeverett@qpq.swiss>").