Skip to content

Commit db3fe02

Browse files
author
SlavaRa
committed
Update appveyor.yml
1 parent 3512d97 commit db3fe02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ after_build:
3535
- cd %PLUGIN_PATH%
3636
- md5sum %APPVEYOR_BUILD_FOLDER%\%PLUGIN_NAME%.fdz > checksum.md5
3737
- cat checksum.md5
38-
- sed -e "s/^\\|\s.*//" checksum.md5 > checksum.tmp.md5 && mv checksum.tmp.md5 checksum.md5
38+
- sed -e "s/\s.*//" checksum.md5 > checksum.tmp.md5
39+
- sed -e "s/^\\//" checksum.tmp.md5 > checksum.md5
40+
- cat checksum.md5
3941
- set /p CHECKSUM=<checksum.md5
4042
- echo %CHECKSUM%
4143
- mv %APPMAN_TEMPLATE% %APPMAN_CONFIG_XML%

0 commit comments

Comments
 (0)