Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SlavaRa committed Jun 6, 2016
1 parent 2f34fd5 commit ac3b323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
os: Visual Studio 2015
environment:
ID: quicknavigate
PLUGIN_VERSION: 2.8
PLUGIN_NAME: QuickNavigate
PLUGIN_DESC: Quickly navigate through Types, Fields, Projects and more
Expand Down Expand Up @@ -37,7 +38,7 @@ after_build:
- set /p CHECKSUM=<checksum.md5
- rm checksum.md5
- mv %APPMAN_TEMPLATE% %APPMAN_CONFIG_XML%
- sed -i -e s/_ID_/quicknavigate/g %APPMAN_CONFIG_XML%
- sed -i -e "s/_ID_/%ID%/g" %APPMAN_CONFIG_XML%
- sed -i -e "s/_NAME_/%PLUGIN_NAME%/g" %APPMAN_CONFIG_XML%
- sed -i -e "s/_DESC_/%PLUGIN_DESC%/g" %APPMAN_CONFIG_XML%
- sed -i -e "s/_VERSION_/%PLUGIN_VERSION%/g" %APPMAN_CONFIG_XML%
Expand Down

0 comments on commit ac3b323

Please sign in to comment.