Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Dec 2, 2024
1 parent 62d5ff0 commit 6e19223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/scripts/macdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi
cd bin

echo "Running macdeployqt"
macdeployqt qView.app -use-debug-libs
macdeployqt qView.app -no-strip

IMF_DIR=qView.app/Contents/PlugIns/imageformats
if [[ (-f "$IMF_DIR/kimg_heif.dylib" || -f "$IMF_DIR/kimg_heif.so") && -f "$IMF_DIR/libqmacheif.dylib" ]]; then
Expand Down

0 comments on commit 6e19223

Please sign in to comment.