mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Last Steps!
This commit is contained in:
parent
65e76d2ff5
commit
104c84689a
3 changed files with 382 additions and 13 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -333,10 +333,6 @@ jobs:
|
|||
asset_name: ${{steps.build.outputs.name}}
|
||||
run: gh release upload "$tag_name" "$asset_path#$asset_name"
|
||||
|
||||
- name: Setup tmate session
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
|
||||
build-windows:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
|
|
@ -122,14 +122,6 @@ if(UNIX)
|
|||
set(CMAKE_XCODE_ATTRIBUTE_CXX "${CMAKE_BINARY_DIR}/launch-cxx")
|
||||
set(CMAKE_XCODE_ATTRIBUTE_LD "${CMAKE_BINARY_DIR}/launch-c")
|
||||
set(CMAKE_XCODE_ATTRIBUTE_LDPLUSPLUS "${CMAKE_BINARY_DIR}/launch-cxx")
|
||||
|
||||
# This tells Xcode's signing phase to pretend that the binary was signed by the linker.
|
||||
# Then install_name_tool is willing to revise the ad-hoc signature.
|
||||
# See: https://gitlab.kitware.com/cmake/cmake/-/issues/21854#note_907691
|
||||
set(CMAKE_XCODE_ATTRIBUTE_OTHER_CODE_SIGN_FLAGS "-o linker-signed")
|
||||
|
||||
# Stripping the files will invalidate the signatures.
|
||||
set(CPACK_STRIP_FILES FALSE)
|
||||
endif()
|
||||
else()
|
||||
# Linux / BSD
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue