Skip to content

Commit

Permalink
fix mac ci/cd for qt6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Aug 15, 2023
1 parent ad34ae1 commit d94267b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_cd/mac/mac-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ echo "Replacing Info.plist with $BUILD_VERSION"
sed -i '' 's/<string>1.0<\/string>/<string>'$BUILD_VERSION'<\/string>/' Info.plist

# "/Users/dannagle/Qt/6.5.2/macos/bin/qmake" PacketSender.pro -spec macx-clang CONFIG+=qtquickcompiler
"/Users/dannagle/Qt/6.5.2/clang_64/bin/qmake" PacketSender.pro -spec macx-clang CONFIG+=x86_64
"/Users/dannagle/Qt/6.5.2/macos/bin//qmake" PacketSender.pro -spec macx-clang CONFIG+=x86_64
make
# /Users/dannagle/Qt/6.5.2/macos/bin/macdeployqt packetsender.app -appstore-compliant
/Users/dannagle/Qt/6.5.2/clang_64/bin/macdeployqt packetsender.app -appstore-compliant
/Users/dannagle/Qt/6.5.2/macos/bin//macdeployqt packetsender.app -appstore-compliant

/usr/bin/codesign --option runtime --deep --force --sign 38E41C6C66CCA827750A10E26539E038F033E933 --timestamp packetsender.app
mv packetsender.app PacketSender.app
Expand Down

0 comments on commit d94267b

Please sign in to comment.