mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
update pyinstaller path for macOS builds
This commit is contained in:
parent
4e83d49144
commit
499416ef1e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_multiplatform.yml
vendored
4
.github/workflows/build_multiplatform.yml
vendored
|
@ -294,8 +294,8 @@ jobs:
|
|||
# now build tnc binaries
|
||||
pyinstaller -y freedata.spec
|
||||
# and to some final cleanup
|
||||
cp -r -f dist/tnc/* dist/
|
||||
rm -r dist/tnc
|
||||
# cp -r -f dist/tnc/* dist/
|
||||
# rm -r dist/tnc
|
||||
|
||||
- name: Build binaries Linux and Windows
|
||||
if: ${{!startsWith(matrix.os, 'macos')}}
|
||||
|
|
Loading…
Reference in a new issue