This repository has been archived on 2025-02-24. You can view files and clone it, but cannot push or open issues or pull requests.

7 lines
107 B
Bash
Raw Normal View History

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