Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SlavaRa committed Jun 2, 2016
1 parent df000df commit 2c48ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build_script:
- set /p CHECKSUM=<checksum.md5
- rm checksum.md5
- mv %APPMAN_TEMPLATE% %APPMAN_CONFIG_XML%
- sed -i -e s/_ID_/ /g %APPMAN_CONFIG_XML%
- sed -i -e s/_ID_/template/g %APPMAN_CONFIG_XML%
- sed -i -e "s/_NAME_/%NAME%/g" %APPMAN_CONFIG_XML%
- sed -i -e "s/_DESC_/%DESC%/g" %APPMAN_CONFIG_XML%
- sed -i -e "s/_VERSION_/%VERSION%/g" %APPMAN_CONFIG_XML%
Expand Down

0 comments on commit 2c48ce3

Please sign in to comment.