diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-05-19 10:13:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-19 10:13:17 +0200 |
commit | 738e532c5ded79d9e449f18e3845ef9673e83fb8 (patch) | |
tree | a894219b06f84596aee4931529fc9ed3275712f3 /projects/windows/copy.sh | |
parent | Merge pull request #1978 from hlohaus/leech (diff) | |
parent | Create windows release, improve styling (diff) | |
download | gpt4free-0.3.1.7.tar gpt4free-0.3.1.7.tar.gz gpt4free-0.3.1.7.tar.bz2 gpt4free-0.3.1.7.tar.lz gpt4free-0.3.1.7.tar.xz gpt4free-0.3.1.7.tar.zst gpt4free-0.3.1.7.zip |
Diffstat (limited to '')
-rwxr-xr-x | projects/windows/copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/windows/copy.sh b/projects/windows/copy.sh index 58faadd5..257790ef 100755 --- a/projects/windows/copy.sh +++ b/projects/windows/copy.sh @@ -1,5 +1,5 @@ cp -r * /var/win/shared/ -cp -r windows/* /var/win/shared/ +cp -r projects/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 |