diff options
Diffstat (limited to '')
-rwxr-xr-x | projects/windows/copy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/windows/copy.sh b/projects/windows/copy.sh new file mode 100755 index 00000000..58faadd5 --- /dev/null +++ b/projects/windows/copy.sh @@ -0,0 +1,5 @@ +cp -r * /var/win/shared/ +cp -r windows/* /var/win/shared/ +cp setup.py /var/win/shared/ +cp README.md /var/win/shared/ +#git clone https://github.com/pyinstaller/pyinstaller/ /var/win/shared/pyinstaller
\ No newline at end of file |