Skip to content

Commit 199a895

Browse files
committed
fix deploy script
1 parent c153a29 commit 199a895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ qtdeploy -docker build windows_64_static && rm -rf rcc* moc* vendor && git clean
99
cd $OPWD/deploy/windows && zip -q -9 -r ../${NAME}_windows_amd64.zip * && cd $OPWD && rm -rf $OPWD/deploy/windows
1010

1111
qtdeploy -docker build linux_static && rm -rf rcc* moc* vendor && git clean -f && git reset --hard && docker rmi therecipe/qt:linux_static
12-
cd $OPWD/deploy/linux && zip -q -9 -r ../${NAME}_linux_amd64.tar.gz * && cd $OPWD && rm -rf $OPWD/deploy/linux
12+
cd $OPWD/deploy/linux && zip -q -9 -r ../${NAME}_linux_amd64.zip * && cd $OPWD && rm -rf $OPWD/deploy/linux
1313

1414
cd $(go env GOPATH)/src/github.com/therecipe/qt/internal/docker/darwin && ./build_static.sh && cd $OPWD
1515
qtdeploy -docker build darwin_static && rm -rf rcc* moc* vendor && git clean -f && git reset --hard && docker rmi therecipe/qt:darwin_static
16-
cd $OPWD/deploy/darwin && zip -q -9 -r ../${NAME}_darwin_amd64.tar.bz2 * && cd $OPWD && rm -rf $OPWD/deploy/darwin
16+
cd $OPWD/deploy/darwin && zip -q -9 -r ../${NAME}_darwin_amd64.zip * && cd $OPWD && rm -rf $OPWD/deploy/darwin
1717

1818
rm $OPWD/qml/*.qml && qtdeploy -docker -tags=xp build windows_32_shared_xp && rm -rf rcc* moc* vendor && git clean -f && git reset --hard && docker rmi therecipe/qt:windows_32_shared_xp
1919
cd $OPWD/deploy/windows && zip -q -9 -r ../${NAME}_windows_386_xp.zip * && cd $OPWD && rm -rf $OPWD/deploy/windows

0 commit comments

Comments
 (0)