mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-28 17:06:31 +02:00
8 lines
142 B
Bash
8 lines
142 B
Bash
#!/bin/sh -e
|
|
|
|
# deploy-win-ucrt64.sh is an alias for deploy-win-mingw.sh now
|
|
|
|
inst=$(dirname $(which $0))
|
|
$inst/deploy-win-mingw.sh -ucrt $*
|
|
|