hi i am using the QT binarycreator to create an installer for my QT project.
I have my App.dmg and have 7z it using archivegen.
Now i am trying to make the installer as:
~/Qt/QtIFW2.0.1/bin/binarycreator -v --online-only -c config/config.xml -p packages MyAppInstaller.dmg
note: packages folder contains the 7z folder inside packages/myapp/data/myapp.7z
but unfortuntaly it only creates MyAppInstaller.app and NOT MyAppInstaller.dmg as mentioned in the documents.
any ideas why?