mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Merge 3758f665af into 9c2c641531
This commit is contained in:
commit
4fa66d16ec
1 changed files with 6 additions and 2 deletions
|
|
@ -284,8 +284,12 @@ message(STATUS "Git commit: ${Launcher_GIT_COMMIT}")
|
|||
message(STATUS "Git tag: ${Launcher_GIT_TAG}")
|
||||
message(STATUS "Git refspec: ${Launcher_GIT_REFSPEC}")
|
||||
|
||||
string(TIMESTAMP TODAY "%Y-%m-%d")
|
||||
set(Launcher_BUILD_TIMESTAMP "${TODAY}")
|
||||
if(DEFINED ENV{SOURCE_DATE_EPOCH})
|
||||
set(Launcher_BUILD_TIMESTAMP "")
|
||||
else()
|
||||
string(TIMESTAMP TODAY "%Y-%m-%d")
|
||||
set(Launcher_BUILD_TIMESTAMP "${TODAY}")
|
||||
endif()
|
||||
|
||||
################################ 3rd Party Libs ################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue