Skip to content

Commit ffebd2d

Browse files
committed
Qt Installer framework is only version 4.7 with aqtinstall
1 parent aad2c38 commit ffebd2d

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/Create_installer.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,6 @@ jobs:
6363
tools: 'tools_ifw'
6464
no-qt-binaries: 'true'
6565

66-
- name: Check paths
67-
shell: bash
68-
run: |
69-
cd ${{env.IQTA_TOOLS}}
70-
ls
71-
cd QtInstallerFramework
72-
ls
73-
cd 4.10
74-
ls
75-
cd bin
76-
ls
77-
7866
- name: Build with pyinstaller
7967
working-directory: imaging-app
8068
shell: bash
@@ -100,9 +88,9 @@ jobs:
10088
shell: bash
10189
run: |
10290
if [ "${RUNNER_OS}" == "Windows" ]; then
103-
${{env.IQTA_TOOLS}}/QtInstallerFramework/4.10/bin/binarycreator.exe -c config/config.xml -p packages ${{runner.os}}-${{runner.arch}}_EasyImaging_Installer.exe
91+
${{env.IQTA_TOOLS}}/QtInstallerFramework/4.7/bin/binarycreator.exe -c config/config.xml -p packages ${{runner.os}}-${{runner.arch}}_EasyImaging_Installer.exe
10492
else
105-
${{env.IQTA_TOOLS}}/QtInstallerFramework/4.10/bin/binarycreator -c config/config.xml -p packages ${{runner.os}}-${{runner.arch}}_EasyImaging_Installer
93+
${{env.IQTA_TOOLS}}/QtInstallerFramework/4.7/bin/binarycreator -c config/config.xml -p packages ${{runner.os}}-${{runner.arch}}_EasyImaging_Installer
10694
fi
10795
10896
- name: Upload installers

0 commit comments

Comments
 (0)