File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ python "${THIS_DIR}/get_qtpy.py" "${ROOT}/archives" "${ROOT}/working" "${ROOT}/p
4141
4242# Copy file to install
4343mkdir -p ${INSTALL_DIR}
44- cp ${ROOT} /working/Qt.py-1.1 .0/Qt.py ${INSTALL_DIR}
44+ cp ${ROOT} /working/Qt.py-1.2 .0/Qt.py ${INSTALL_DIR}
4545
4646# Return back project root directory.
4747cd ${CWD}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ python.exe "%THIS_DIR%get_qtpy.py" "%ROOT%\archives" "%ROOT%\working" "%ROOT%\pa
3434
3535:: Copy file to install
3636MKDIR " %INSTALL_DIR% "
37- COPY /Y /V " %ROOT% \working\Qt.py-1.1 .0\Qt.py" " %INSTALL_DIR% \Qt.py"
37+ COPY /Y /V " %ROOT% \working\Qt.py-1.2 .0\Qt.py" " %INSTALL_DIR% \Qt.py"
3838
3939:: Return back project root directory.
4040CHDIR " %ROOT% "
Original file line number Diff line number Diff line change 2828
2929def main (archives_dir , working_dir , patches_dir ):
3030 user_agent = None
31- url = 'https://github.com/mottosso/Qt.py/archive/1.1 .0.tar.gz'
32- archive_name = 'Qt.py-1.1 .0.tar.gz'
33- name = 'Qt.py-1.1 .0'
31+ url = 'https://github.com/mottosso/Qt.py/archive/1.2 .0.tar.gz'
32+ archive_name = 'Qt.py-1.2 .0.tar.gz'
33+ name = 'Qt.py-1.2 .0'
3434 download_unpack .add_package (
3535 name ,
3636 archive_name ,
You can’t perform that action at this time.
0 commit comments