Skip to content
Snippets Groups Projects
Unverified Commit 010ed0d9 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] change loader path for zmq in osx systray bin

parent a657c9f7
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -183,6 +183,7 @@ bundle_anonvpn_osx_missing: ...@@ -183,6 +183,7 @@ bundle_anonvpn_osx_missing:
bundle_anonvpn_osx_pkg: bundle_anonvpn_osx_pkg:
cp src/leap/bitmask/core/bitmaskd.tac $(OSX_ANON_CON)/ cp src/leap/bitmask/core/bitmaskd.tac $(OSX_ANON_CON)/
cp ../bitmask-systray/bitmask-systray $(OSX_ANON_CON)/bitmask-systray cp ../bitmask-systray/bitmask-systray $(OSX_ANON_CON)/bitmask-systray
install_name_tool -change /usr/local/opt/zeromq/lib/libzmq.5.dylib "@loader_path/libzmq.5.dylib" $(OSX_ANON_CON)/bitmask-systray
pkg/osx/quickpkg --output dist/RiseupVPN-$(NEXT_VERSION)_pre.pkg --scripts pkg/osx/scripts/ dist/RiseupVPN.app/ pkg/osx/quickpkg --output dist/RiseupVPN-$(NEXT_VERSION)_pre.pkg --scripts pkg/osx/scripts/ dist/RiseupVPN.app/
@if [ $(BUILD_RELEASE) = no ]; then\ @if [ $(BUILD_RELEASE) = no ]; then\
echo "[!] BUILD_RELEASE=no, skipping signature";\ echo "[!] BUILD_RELEASE=no, skipping signature";\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment