mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
chore: appending _ to modules
This commit is contained in:
parent
06efb53f35
commit
e7e0cbac9a
8 changed files with 18 additions and 15 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue