mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 15:45:11 +01:00
fix: windows installation
This commit is contained in:
parent
aa11a3682a
commit
e8442a0f34
1 changed files with 3 additions and 1 deletions
|
|
@ -23,9 +23,11 @@ main() {
|
|||
case "${_arch}" in
|
||||
*windows*)
|
||||
_bin_name="${_bin_name}.exe"
|
||||
local _modules_win=""
|
||||
for _module in ${_modules}; do
|
||||
_module="${_module}.exe"
|
||||
_modules_win="${_modules_win} ${_module}.exe"
|
||||
done
|
||||
_modules="${_modules_win}"
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue