-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.6.2
-
None
-
2362debe4e0b9e7d6ba39960a0b039370783cab4
Using macdeployqt "-dmg" will not create a dmg image if the app bundle name contains one or more spaces in the bundle name.
eg.
$ macdeployqt "MyMarvelousApp.app" -dmg
Will work as expected
$ macdeployqt "My Marvelous App.app" -dmg
Will only create a valid deployable bundle, but not the dmg image.