mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-10 00:43:59 +02:00
5 lines
123 B
Bash
5 lines
123 B
Bash
#!/usr/bin/env bash
|
|
|
|
DUMPBIN_DIR=$(vswhere -latest -find **/dumpbin.exe | head -n 1)
|
|
dirname "$DUMPBIN_DIR" > $GITHUB_PATH
|