File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 39
39
-- get macdeployqt tool for Qt applications
40
40
function _get_macdeployqt ()
41
41
local macdeployqt = assert (find_tool (" macdeployqt" ), " macdeployqt not found!" )
42
+ print (" 11111111111111macdeployqt: %s" , macdeployqt .program )
42
43
return macdeployqt
43
44
end
44
45
@@ -527,11 +528,8 @@ function _pack_dmg(package)
527
528
-- handle Qt dependencies if this is a Qt project
528
529
if is_qt then
529
530
local macdeployqt = _get_macdeployqt ()
530
- if macdeployqt then
531
- local qt_success = _deploy_qt_dependencies (package , app_source , macdeployqt )
532
- else
533
- print (" Warning: macdeployqt not available, Qt dependencies may not be properly bundled" )
534
- end
531
+ local qt_success = _deploy_qt_dependencies (package , app_source , macdeployqt )
532
+ print (" Qt dependencies deployment:" , qt_success and " success" or " failed" )
535
533
end
536
534
-- find background image
537
535
local bg_image = _find_background_image (package )
You can’t perform that action at this time.
0 commit comments