mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
fix NO_STRIP variable
This commit is contained in:
parent
b7934ae155
commit
b737c54342
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue