diff --git a/GitQlient.pro b/GitQlient.pro index c0283b4c..cc864d1a 100644 --- a/GitQlient.pro +++ b/GitQlient.pro @@ -49,8 +49,8 @@ macos{ dmg.commands += macdeployqt $$BUNDLE_FILENAME && dmg.commands += create-dmg \ --volname $${TARGET} \ - --background $${PWD}/dmg_bg.png \ - --icon $${BUNDLE_FILENAME} 150 218 \ + --background $${PWD}/src/resources/dmg_bg.png \ + --icon $${BUNDLE_FILENAME} 150 218 \ --window-pos 200 120 \ --window-size 600 450 \ --icon-size 100 \ diff --git a/src/resources/dmg_bg.png b/src/resources/dmg_bg.png new file mode 100644 index 00000000..eb6c3907 Binary files /dev/null and b/src/resources/dmg_bg.png differ