diff --git a/qbittorrent.pro b/qbittorrent.pro index 5b2b062ca..56c85575e 100644 --- a/qbittorrent.pro +++ b/qbittorrent.pro @@ -6,7 +6,9 @@ include(version.pri) # Dist dist.commands += rm -fR ../$${PROJECT_NAME}-$${PROJECT_VERSION}/ && -dist.commands += svn export . ../$${PROJECT_NAME}-$${PROJECT_VERSION} && +dist.commands += git clone . ../$${PROJECT_NAME}-$${PROJECT_VERSION} && +dist.commands += rm -fR $${PROJECT_NAME}-$${PROJECT_VERSION}/.git && +dist.commands += rm -f $${PROJECT_NAME}-$${PROJECT_VERSION}/.gitignore && dist.commands += tar zcpvf ../$${PROJECT_NAME}-$${PROJECT_VERSION}.tar.gz ../$${PROJECT_NAME}-$${PROJECT_VERSION} && dist.commands += rm -fR ../$${PROJECT_NAME}-$${PROJECT_VERSION}