diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 9832269..c4a333a 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -102,7 +102,7 @@ jobs: - name: Create Archive working-directory: ${{runner.workspace}} - run: cd $GITHUB_WORKSPACE && sh make_macos_dotapp.sh ${{runner.workspace}}/build ./SDR++.app && zip -r ${{runner.workspace}}/sdrpp_macos_intel.zip SDR++.app + run: cd $GITHUB_WORKSPACE && sh make_macos_dotapp_new.sh ${{runner.workspace}}/build ./SDR++.app && zip -r ${{runner.workspace}}/sdrpp_macos_intel.zip SDR++.app - name: Save Archive uses: actions/upload-artifact@v2 diff --git a/make_macos_dotapp.sh b/make_macos_dotapp.sh index 7c7df7a..f053c0b 100644 --- a/make_macos_dotapp.sh +++ b/make_macos_dotapp.sh @@ -190,6 +190,7 @@ sh macos/set_library_path.sh libportaudio @rpath/libportaudio.dylib $DOTAPP/Cont # ========================= Decoder Modules ========================= install_module $BUILD_DIR/decoder_modules/m17_decoder/m17_decoder.dylib +# TODO: Add codec2 install_module $BUILD_DIR/decoder_modules/meteor_demodulator/meteor_demodulator.dylib