Skip to content

Commit

Permalink
travis build script update
Browse files Browse the repository at this point in the history
  • Loading branch information
Syping committed Dec 19, 2017
1 parent b5b2ffa commit 5b85ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/win32build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

QMAKE=/home/windev/opt/qt32s/bin/qmake
QMAKE=qmake
mkdir -p build && mkdir -p assets && cd build && $QMAKE LIBS+=-static ../ && make -j4 && cd release && cp -Rf *.exe ../../assets/ && cd ../../assets/ && upx *.exe

0 comments on commit 5b85ae5

Please sign in to comment.