Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
- Fix Windows build copy file
  • Loading branch information
xyzroe committed Aug 19, 2023
1 parent 97f2d3d commit 6d224ea
Show file tree
Hide file tree
Showing 5 changed files with 5,011 additions and 5,011 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
TARGET: windows64
arch: x64
CMD_BUILD: >
copy /y "cc2538-bsl/cc2538-bsl.py" "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 @@ -59,7 +59,7 @@ jobs:
TARGET: windows32
arch: x86
CMD_BUILD: >
copy /y "cc2538-bsl/cc2538-bsl.py" "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
2 changes: 1 addition & 1 deletion osx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ app = BUNDLE(exe,
icon='ui/images/zigstar_tr_gl.icns',
bundle_identifier=None,
info_plist={
'CFBundleShortVersionString': '0.3.7',
'CFBundleShortVersionString': '0.3.8',
'CFBundleName': 'ZigStar GW Multi tool',
'NSHumanReadableCopyright': '© 2021, xyzroe, GNU GPL 3.0'
})
Loading

0 comments on commit 6d224ea

Please sign in to comment.