Skip to content

Commit 856b3b4

Browse files
committed
dd
1 parent cdf5f11 commit 856b3b4

File tree

3 files changed

+2
-68
lines changed

3 files changed

+2
-68
lines changed

.github/workflows/windows-mingw.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
qt_tools: "tools_mingw,8.1.0-1-202004170606,qt.tools.win32_mingw810"
2626
qt_tools_mingw_install: mingw810_32
2727
env:
28-
targetName: HelloActions-Qt.exe
28+
targetName: MoneyProgress_win.exe
2929
steps:
3030
- name: Install Qt
3131
uses: jurplel/install-qt-action@v2

scripts/windows-mingw-publish.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Main() {
2727
# cp ExtBin/msvcr100.dll msvcr100.dll win7 64位使用
2828

2929
#$Database=Database -f
30-
Copy-Item Database $archiveName\Database -recurse
30+
# Copy-Item Database $archiveName\Database -recurse
3131

3232
# 拷贝依赖
3333
windeployqt --qmldir . --plugindir $archiveName\plugins --no-translations --compiler-runtime $archiveName\$targetName

scripts/windows-publish.ps1

-66
This file was deleted.

0 commit comments

Comments
 (0)