Skip to content

Commit fe7977b

Browse files
committed
more travis testing: win
1 parent 92e64c1 commit fe7977b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ script:
100100
echo "Windows";
101101
cordova build electron --release;
102102
find platforms
103-
mv platforms\electron\build\*.exe rdzSonde-setup-${TRAVIS_TAG}.exe;
103+
mv platforms/electron/build/*.exe rdzSonde-setup-${TRAVIS_TAG}.exe;
104104
ls *.exe;
105105
fi
106106
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then

0 commit comments

Comments
 (0)