Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
- Change pyinstaller~=4.6
- Remove cc2538_bsl.py link before copy file
  • Loading branch information
xyzroe committed Aug 19, 2023
1 parent c308094 commit 0745611
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
TARGET: windows64
arch: x64
CMD_BUILD: >
powershell Remove-Item -Path "cc2538_bsl.py" &&
powershell Copy-Item -Path "cc2538-bsl/cc2538-bsl.py" -Destination "cc2538_bsl.py" -Force &&
pyinstaller -F -w -n ZigStarGW-MT -i ui/images/zigstar_tr_gl.ico --version-file ui/file_version_info.txt ZigStarGW-MT.py &&
cd dist/ &&
Expand All @@ -59,6 +60,7 @@ jobs:
TARGET: windows32
arch: x86
CMD_BUILD: >
powershell Remove-Item -Path "cc2538_bsl.py" &&
powershell Copy-Item -Path "cc2538-bsl/cc2538-bsl.py" -Destination "cc2538_bsl.py" -Force &&
pyinstaller -F -w -n ZigStarGW-MT -i ui/images/zigstar_tr_gl.ico --version-file ui/file_version_info.txt ZigStarGW-MT.py &&
cd dist/ &&
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ build
dist
setup.py
.eggs
Thumbs.db
Thumbs.db
cc2538_bsl.py

0 comments on commit 0745611

Please sign in to comment.