Skip to content

Commit

Permalink
update TaoQuickApp to TaoQuickShow
Browse files Browse the repository at this point in the history
  • Loading branch information
jared2020 committed Oct 21, 2020
1 parent 8a38234 commit 46f750a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
qt_ver: [5.12.6]
qt_arch: [clang_64]
env:
targetName: TaoQuickApp
targetName: TaoQuickShow
steps:
- name: cacheQt
id: MacosCacheQt
Expand Down Expand Up @@ -129,4 +129,4 @@ jobs:
upload_url: ${{ env.uploadUrl }}
asset_path: ./bin/release/${{ env.targetName }}.dmg
asset_name: ${{ runner.os }}-${{ env.targetName }}.dmg
asset_content_type: application/applefile
asset_content_type: application/applefile
3 changes: 1 addition & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
msvc_arch: x86
qt_arch_install: msvc2017
env:
targetName: TaoQuickApp.exe
targetName: TaoQuickShow.exe
# 步骤
steps:
- name: cacheQt
Expand Down Expand Up @@ -91,7 +91,6 @@ jobs:
# 拷贝exe
Copy-Item bin\release\${env:targetName} ${env:archiveName}\
Copy-Item bin\release\Trans ${env:archiveName}\Trans -Recurse -Exclude *.ilk,*.exp,*.lib,*.pdb
Copy-Item bin\release\TaoQuick ${env:archiveName}\TaoQuick -Recurse -Exclude *.ilk,*.exp,*.lib,*.pdb
# 拷贝依赖
windeployqt --qmldir . ${env:archiveName}\${env:targetName}
# 打包zip
Expand Down
4 changes: 2 additions & 2 deletions examples/TaoQuickShow/TaoQuickShow.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = TaoQuickApp
TARGET = TaoQuickShow

QT += core gui qml quick

Expand All @@ -9,7 +9,7 @@ load(taoVersion)
setTaoVersion()

load(taoBundle)
BundlePath = $$getBundlePath("TaoQuickApp")
BundlePath = $$getBundlePath("TaoQuickShow")

#load(taoBuildPath)
#setBuildPath($${TaoQuick_BUILD_TREE}/$${TARGET})
Expand Down

0 comments on commit 46f750a

Please sign in to comment.