We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e64c1 commit fe7977bCopy full SHA for fe7977b
.travis.yml
@@ -100,7 +100,7 @@ script:
100
echo "Windows";
101
cordova build electron --release;
102
find platforms
103
- mv platforms\electron\build\*.exe rdzSonde-setup-${TRAVIS_TAG}.exe;
+ mv platforms/electron/build/*.exe rdzSonde-setup-${TRAVIS_TAG}.exe;
104
ls *.exe;
105
fi
106
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
0 commit comments