Skip to content

Commit

Permalink
ci: fix copyright year in macos bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 11, 2025
1 parent 690dce3 commit 54ecc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/SourceFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
MACOSX_BUNDLE_BUNDLE_NAME "Amiberry"
MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION}
MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION}
MACOSX_BUNDLE_COPYRIGHT "(c) 2016-2024 Dimitris Panokostas"
MACOSX_BUNDLE_COPYRIGHT "(c) 2016-2025 Dimitris Panokostas"
)

target_compile_definitions(${PROJECT_NAME} PRIVATE
Expand Down

0 comments on commit 54ecc1b

Please sign in to comment.