File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments