0
0
mirror of https://github.com/bol-van/zapret.git synced 2025-06-29 18:21:16 +00:00

rename windows bin dirs

This commit is contained in:
bol-van 2025-06-11 21:28:18 +03:00
parent acf888c493
commit 0be4cbf8a4
2 changed files with 3 additions and 3 deletions

View File

@ -452,8 +452,8 @@ jobs:
*-linux-x86_64 ) run_dir linux-x86_64 ;;
*-linux-lexra ) run_dir linux-lexra ;;
*-mac-x64 ) run_dir mac64 ;;
*-win-x86 ) run_dir win32 ;;
*-win-x86_64 ) run_dir win64 ;;
*-win-x86 ) run_dir windows-x86 ;;
*-win-x86_64 ) run_dir windows-x86_64 ;;
esac
fi
done

View File

@ -144,7 +144,7 @@ case $UNAME in
;;
CYGWIN*)
UNAME=CYGWIN
ARCHLIST="win64 win32"
ARCHLIST="windows-x86_64 windows-x86"
PKTWS=winws
;;
*)