4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/bin/bash
|
||
|
source "$(dirname "$BASH_SOURCE")"/win32-gpl.sh
|
||
|
GIT_BRANCH="release/4.3"
|