Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saturneric committed Jun 25, 2021
1 parent 5da80df commit 831032f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'


Expand Down Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion resource/conf/gpgfrontend.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 831032f

Please sign in to comment.