data: removed directory data/gui/installer and moved EULA files to data/license
* moved EULA files to data/license * moved 3rd party license to data/license * updated paths in installer scripts
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
set(LICENSES "")
|
||||
set(LICENSE_ARRAY "")
|
||||
set(LICENSEFOLDER "${CMAKE_SOURCE_DIR}/bin/app/data/3rd_party_licenses")
|
||||
set(LICENSEFOLDER "${CMAKE_SOURCE_DIR}/bin/app/data/license/3rd_party_licenses")
|
||||
|
||||
function(ReadLicense licenseFile licenseVariable)
|
||||
file(READ ${licenseFile} tempVariable)
|
||||
|
||||
@@ -58,7 +58,7 @@ function(AddSharedToComponent)
|
||||
)
|
||||
|
||||
INSTALL(FILES
|
||||
${CMAKE_SOURCE_DIR}/bin/app/data/gui/installer/EULA.txt
|
||||
${CMAKE_SOURCE_DIR}/bin/app/data/license/EULA.txt
|
||||
DESTINATION Sourcetrail
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user