chore: appending _ to modules

This commit is contained in:
iff 2024-12-08 18:31:17 +01:00
parent 06efb53f35
commit e7e0cbac9a
8 changed files with 18 additions and 15 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-runtime-rules _pay-respects-fallback-request-ai"
case "${_arch}" in
*windows*)
_bin_name="${_bin_name}.exe"