feat: module periority

This commit is contained in:
iff 2024-12-08 22:56:43 +01:00
parent 03904775f5
commit c1e575c32a
9 changed files with 27 additions and 18 deletions

View file

@ -19,7 +19,7 @@ main() {
echo "Detected architecture: ${_arch}"
local _bin_name="pay-respects"
local _modules="_pay-respects-module-runtime-rules _pay-respects-fallback-request-ai"
local _modules="_pay-respects-module-100-runtime-rules _pay-respects-fallback-100-request-ai"
case "${_arch}" in
*windows*)
_bin_name="${_bin_name}.exe"