Skip to content

Commit

Permalink
Fixing background img for #95
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed May 16, 2020
1 parent 89fc3a2 commit cffbf3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GitQlient.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Binary file added src/resources/dmg_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cffbf3b

Please sign in to comment.