2023-12-15 00:31:13 +01:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
|
2024-04-16 22:04:00 +02:00
|
|
|
# deploy-win-ucrt64.sh is an alias for deploy-win-mingw.sh now
|
2023-12-15 00:31:13 +01:00
|
|
|
|
2024-04-16 22:04:00 +02:00
|
|
|
inst=$(dirname $(which $0))
|
|
|
|
|
$inst/deploy-win-mingw.sh -ucrt $*
|
2023-12-15 00:31:13 +01:00
|
|
|
|