Skip to content

Commit

Permalink
scripts: Fix tool names.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman committed Nov 4, 2024
1 parent c9982e9 commit d953052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def make():
if os.system("cd " + builddir +
" && python3 -u ../qt-creator/scripts/sign.py \"OpenMV IDE.app\" || true" +
" && find \"OpenMV IDE.app\"/Contents/Imports/qtquick2 -name \"*.dylib\" -exec codesign -s Application --force --options=runtime --timestamp {} \; || true" +
" && find \"OpenMV IDE.app\"/Contents/share/python -name \"*.dylib\" -exec codesign -s Application --force --options=runtime --timestamp {} \; || true" +
" && find \"OpenMV IDE.app\"/Contents/Resources/python/mac/lib -name \"*.dylib\" -exec codesign -s Application --force --options=runtime --timestamp {} \; || true" +
" && codesign --deep -s Application --force --options=runtime --timestamp \"OpenMV IDE.app\" || true" +
" && ditto -c -k -rsrc --sequesterRsrc --keepParent OpenMV\\ IDE.app OpenMV\\ IDE.zip" +
" && xcrun notarytool submit OpenMV\\ IDE.zip --keychain-profile \"AC_PASSWORD\" --wait || true" +
Expand Down
2 changes: 1 addition & 1 deletion qt-creator
Submodule qt-creator updated 1 files
+1 −1 scripts/sign.py

0 comments on commit d953052

Please sign in to comment.