diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6fa10ee..c288ef35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,7 @@ jobs: - name: Install Dependence (macOS) run: | brew install cmake git autoconf automake qt@5 + brew link qt@5 if: matrix.os == 'macos-latest' @@ -101,7 +102,15 @@ jobs: - name: Build GpgFrontend # Build your program with the given configuration run: cmake --build ${{github.workspace}}/build --config $env.BUILD_TYPE}} -- -j 2 - if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' + if: matrix.os == 'ubuntu-latest' + + - name: Build GpgFrontend (macOS App Bundle) + # Build your program with the given configuration + run: | + cmake --build ${{github.workspace}}/build --config $env.BUILD_TYPE}} -- -j 3 + macdeployqt release/GpgFrontend.app + + if: matrix.os == 'macos-latest' - name: Configure CMake & Build Binary(Windows) shell: msys2 {0} diff --git a/resource/conf/gpgfrontend.ini b/resource/conf/gpgfrontend.ini index 41285185..1fc723e4 100644 --- a/resource/conf/gpgfrontend.ini +++ b/resource/conf/gpgfrontend.ini @@ -3,7 +3,7 @@ keyServerList=http://keys.gnupg.net, https://keyserver.ubuntu.com, http://pool.s defaultKeyServer=https://keyserver.ubuntu.com [int] -lang=zh +lang=en_us [wizard] showWizard=true