Skip to content
Snippets Groups Projects
Commit 2fbc6088 authored by denis's avatar denis
Browse files

[*] fix macos build

parent c70bf405
No related branches found
No related tags found
2 merge requests!67Bugfix 15704,!64[*] fix macos build
...@@ -100,9 +100,6 @@ PACK() ...@@ -100,9 +100,6 @@ PACK()
cp ${PACKAGE_DIR}/postinstall ${SCRIPTS_BUILD} cp ${PACKAGE_DIR}/postinstall ${SCRIPTS_BUILD}
#create .pkg struture to further xar coommand #create .pkg struture to further xar coommand
#modify plist cause of destination of node-binaries
sed -i "s/CellframeNode/${BRAND}/g" ${PAYLOAD_BUILD}/${BRAND}.app/Contents/Resources/com.demlabs.cellframe-node.plist
#code-sign binaries #code-sign binaries
if [ "$PKG_SIGN_POSSIBLE" -eq "1" ]; then if [ "$PKG_SIGN_POSSIBLE" -eq "1" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment