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:
parent
acf888c493
commit
0be4cbf8a4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
@ -144,7 +144,7 @@ case $UNAME in
|
||||
;;
|
||||
CYGWIN*)
|
||||
UNAME=CYGWIN
|
||||
ARCHLIST="win64 win32"
|
||||
ARCHLIST="windows-x86_64 windows-x86"
|
||||
PKTWS=winws
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user