File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 tools : ' tools_ifw'
6464 no-qt-binaries : ' true'
6565
66- - name : Test paths
67- shell : bash
68- run : |
69- cd ${{env.QT_ROOT_DIR}}
70- pwd
71- ls -a
72- cd ..
73- ls -a
74- cd ..
75- ls -a
76- pwd
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.QT_ROOT_DIR}}/../../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.10/bin/binarycreator.exe -c config/config.xml -p packages ${{runner.os}}-${{runner.arch}}_EasyImaging_Installer.exe
10492 else
105- ${{env.QT_ROOT_DIR}}/../../Tools /QtInstallerFramework/4.10/bin/binarycreator -c config/config.xml -p packages ${{runner.os}}-${{runner.arch}}_EasyImaging_Installer
93+ ${{env.IQTA_TOOLS}} /QtInstallerFramework/4.10/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