mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-14 16:27:39 +00:00
I guess it doesn't need quotes
This commit is contained in:
parent
441ecb257c
commit
cca087b55a
@ -5,7 +5,7 @@ set(APP_SPDX "LGPL-3.0-or-later")
|
|||||||
|
|
||||||
string(TIMESTAMP BUILD_DATE UTC)
|
string(TIMESTAMP BUILD_DATE UTC)
|
||||||
|
|
||||||
file(COPY_FILE icons/isle.svg "${CMAKE_BINARY_DIR}/icons/${APP_ID}.svg")
|
file(COPY_FILE icons/isle.svg ${CMAKE_BINARY_DIR}/icons/${APP_ID}.svg)
|
||||||
|
|
||||||
# The following will need to be refined if we wish to post actual releases to a repo such as Flathub
|
# The following will need to be refined if we wish to post actual releases to a repo such as Flathub
|
||||||
if(DEFINED ENV{GITHUB_ACTIONS} AND ENV{GITHUB_ACTIONS} EQUAL TRUE)
|
if(DEFINED ENV{GITHUB_ACTIONS} AND ENV{GITHUB_ACTIONS} EQUAL TRUE)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user