From 3336ae4aa5ec4fe8ad5f71df9949c64cb97bee38 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Mon, 3 Apr 2023 20:50:11 +0200 Subject: [PATCH] added rigctl client to the macos bundle --- make_macos_bundle.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make_macos_bundle.sh b/make_macos_bundle.sh index 0acc0053..703bf107 100644 --- a/make_macos_bundle.sh +++ b/make_macos_bundle.sh @@ -62,6 +62,7 @@ bundle_install_binary $BUNDLE $BUNDLE/Contents/Plugins $BUILD_DIR/decoder_module bundle_install_binary $BUNDLE $BUNDLE/Contents/Plugins $BUILD_DIR/misc_modules/discord_integration/discord_integration.dylib bundle_install_binary $BUNDLE $BUNDLE/Contents/Plugins $BUILD_DIR/misc_modules/frequency_manager/frequency_manager.dylib bundle_install_binary $BUNDLE $BUNDLE/Contents/Plugins $BUILD_DIR/misc_modules/recorder/recorder.dylib +bundle_install_binary $BUNDLE $BUNDLE/Contents/Plugins $BUILD_DIR/misc_modules/rigctl_client/rigctl_client.dylib bundle_install_binary $BUNDLE $BUNDLE/Contents/Plugins $BUILD_DIR/misc_modules/rigctl_server/rigctl_server.dylib bundle_install_binary $BUNDLE $BUNDLE/Contents/Plugins $BUILD_DIR/misc_modules/scanner/scanner.dylib