mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
github:release note
This commit is contained in:
parent
f61be7f7d3
commit
18bcdae012
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -102,7 +102,9 @@ jobs:
|
|||
commit: ${{ steps.vars.outputs.sha_short }}
|
||||
Qt version: ${{ matrix.qt_ver }} ${{ matrix.qt_arch }}
|
||||
Windows built with: msvc64 Visual studio 2019
|
||||
goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
# goldendict.exe can not used alone
|
||||
if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
|
||||
AppImage built with: Ubuntu-20.04 ,latest gcc
|
||||
macos built with: macos-10.15,macos-11.0,clang_64
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
|
|
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
|
@ -117,7 +117,9 @@ jobs:
|
|||
commit: ${{ steps.vars.outputs.sha_short }}
|
||||
Qt version: ${{ matrix.qt_ver }} ${{ matrix.qt_arch }}
|
||||
Windows built with: msvc64 Visual studio 2019
|
||||
goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
# goldendict.exe can not used alone
|
||||
if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
|
||||
AppImage built with: Ubuntu-20.04 ,latest gcc
|
||||
macos built with: macos-10.15,macos-11.0,clang_64
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
|
|
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
|
@ -135,6 +135,8 @@ jobs:
|
|||
commit: ${{ steps.vars.outputs.sha_short }}
|
||||
Qt version: ${{ matrix.qt_ver }} ${{ matrix.qt_arch }}
|
||||
Windows built with: msvc64 Visual studio 2019
|
||||
# goldendict.exe can not used alone
|
||||
if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
AppImage built with: Ubuntu-20.04 ,latest gcc
|
||||
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
|
@ -158,7 +160,9 @@ jobs:
|
|||
commit: ${{ steps.vars.outputs.sha_short }}
|
||||
Qt version: ${{ matrix.qt_ver }} ${{ matrix.qt_arch }}
|
||||
Windows built with: msvc64 Visual studio 2019
|
||||
goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
# goldendict.exe can not used alone
|
||||
if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
|
||||
AppImage built with: Ubuntu-20.04 ,latest gcc
|
||||
macos built with: macos-10.15,macos-11.0,clang_64
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
|
|
Loading…
Reference in a new issue