Skip to content

Commit

Permalink
Try to fix welcome banner
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Mar 3, 2025
1 parent a8fc79c commit 2eda46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/branding/MagickConvert.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function(nsis_banner source_file destination_file size)
"${working_directory}/${temp_file}"
"${source_file}"
-gravity center
-geometry -25+1
-geometry -25-1
-composite
-depth 8 -compress none
"BMP3:${file_name}" # imagemagick format specifiers don't allow full paths
Expand Down

0 comments on commit 2eda46b

Please sign in to comment.