This repository has been archived on 2024-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-03/.buildbot/winebuild/build.sh

7 lines
117 B
Bash
Executable File

#!/bin/sh
xvfb-run -a buildscripts/winbuild.sh || exit 1
mkdir -p ../out
mv packages/pyinstaller/dist/*.exe ../out