mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 05:25:01 +03:00
fix NO_STRIP variable
This commit is contained in:
parent
b7934ae155
commit
b737c54342
@ -70,9 +70,10 @@ endif()
|
||||
|
||||
execute_process(
|
||||
COMMAND
|
||||
NO_STRIP=true ${CMAKE_COMMAND} -E env
|
||||
${CMAKE_COMMAND} -E env
|
||||
OUTPUT=${CPACK_PACKAGE_FILE_NAME}.appimage
|
||||
VERSION=$<IF:$<BOOL:${CPACK_PACKAGE_VERSION}>,${CPACK_PACKAGE_VERSION},0.1.0>
|
||||
NO_STRIP=true
|
||||
${LINUXDEPLOY_EXECUTABLE}
|
||||
--appimage-extract-and-run
|
||||
--appdir=${CPACK_TEMPORARY_DIRECTORY}
|
||||
|
Loading…
Reference in New Issue
Block a user