mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2025-02-18 12:57:49 +00:00
Sign webengineprocess before webenginecore
This commit is contained in:
parent
d6830ed63a
commit
a70e5b0c99
@ -48,6 +48,7 @@ macro(sign_binary BIN)
|
||||
endmacro(sign_binary BIN)
|
||||
|
||||
if(@DO_SIGN@)
|
||||
sign_binary(${weprocess})
|
||||
file(GLOB_RECURSE LIBS
|
||||
FOLLOW_SYMLINKS
|
||||
"${app}/*.dylib"
|
||||
@ -61,7 +62,6 @@ if(@DO_SIGN@)
|
||||
sign_binary(${app}/${BIN})
|
||||
endforeach(BIN ${BINS})
|
||||
|
||||
sign_binary(${weprocess})
|
||||
sign_binary(${app})
|
||||
|
||||
message("Verifing signature")
|
||||
|
Loading…
x
Reference in New Issue
Block a user