Skip to content

Commit

Permalink
Try to fix banner
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Mar 3, 2025
1 parent fd8f61c commit 691b332
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 @@ -30,7 +30,7 @@ function(nsis_banner source_file destination_file size)
_setup_env()

# Temporary file for drawing our banner to
set(temp_file "temp_canvas.png")
set(temp_file "temp_canvas.bmp")

# Create a blank canvas
get_filename_component(destination_dir "${destination_file}" DIRECTORY)
Expand Down

0 comments on commit 691b332

Please sign in to comment.