Skip to content

Commit

Permalink
Update build_cmake.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bunty95 authored Nov 15, 2024
1 parent bc3eb33 commit 785cb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/darwin/build_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cmake --build "${BUILD_DIR}"
# macdeployqt copies all used QT5 Frameworks into bundle and patches RPATH in project binaries.
cpack -G External

otool -L ${APP_DIR_NAME}/plugandpaint.app/Contents/MacOS/dlt-viewer
otool -L ${APP_DIR_NAME}/Contents/MacOS/dlt-viewer

cd "${BUILD_DIR}"
FULL_VERSION=$(cat "${BUILD_DIR}/full_version.txt")
Expand Down

0 comments on commit 785cb88

Please sign in to comment.