Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/QQxiaoming/TTFviewer into main
Browse files Browse the repository at this point in the history
  • Loading branch information
QQxiaoming committed Nov 6, 2023
2 parents 12f13e5 + 477bbdb commit a961bbb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v3.3.0
uses: jurplel/install-qt-action@v4
with:
version: '6.2.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v3.3.0
uses: jurplel/install-qt-action@v4
with:
version: '6.2.0'

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v3.3.0
uses: jurplel/install-qt-action@v4
with:
arch: win64_mingw81
version: '6.2.0'
Expand All @@ -36,6 +36,7 @@ jobs:
run: |
Choco-Install -PackageName innosetup --force
Choco-Install -PackageName cmake --force
Choco-Install -PackageName mingw --force
- uses: msys2/setup-msys2@v2

Expand All @@ -44,7 +45,8 @@ jobs:
run: |
pacman --noconfirm -S make
cd depend
export PATH=/c/ProgramData/Chocolatey/lib/mingw/tools/install/mingw64/bin:$PATH
export PATH=/c/ProgramData/mingw64/mingw64/bin:$PATH
ls /c/ProgramData/mingw64/mingw64/bin
./build_ms.sh
- name: Build all
Expand Down
2 changes: 0 additions & 2 deletions build_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ xcopy /y .\build_release\out\TTFviewer.exe .\InnoSetup\build\
xcopy /y .\test\* .\InnoSetup\build\test\
:: 使用windeployqt拷贝依赖dll库到打包目录
windeployqt --dir .\InnoSetup\build .\InnoSetup\build\TTFviewer.exe
xcopy /y "%QT_TOOLS_DIR%\..\bin\lib*.dll" ".\InnoSetup\build\"
xcopy /y "%QT_TOOLS_DIR%\..\lib\lib*.dll" ".\InnoSetup\build\"
:: 打包
echo "wait inno build setup..."
iscc /q ".\InnoSetup\build_temp_setup.iss"
Expand Down

0 comments on commit a961bbb

Please sign in to comment.