Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzroe committed Dec 17, 2023
1 parent dbdce06 commit 2b67c2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Expand Up @@ -49,8 +49,6 @@ 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/ &&
powershell Compress-Archive ZigStarGW-MT.exe ZigStarGW-MT-x64.exe.zip
Expand All @@ -60,8 +58,6 @@ 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/ &&
powershell Compress-Archive ZigStarGW-MT.exe ZigStarGW-MT-x86.exe.zip
Expand Down

0 comments on commit 2b67c2c

Please sign in to comment.