File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11os : Visual Studio 2015
22environment :
3+ ID : postfixcodecompletion
34 PLUGIN_VERSION : 1.0
45 PLUGIN_NAME : PostfixCodeCompletion
56 PLUGIN_DESC :
@@ -38,7 +39,7 @@ after_build:
3839- set /p CHECKSUM=<checksum.md5
3940- rm checksum.md5
4041- mv %APPMAN_TEMPLATE% %APPMAN_CONFIG_XML%
41- - sed -i -e s/_ID_/quicknavigate/g %APPMAN_CONFIG_XML%
42+ - sed -i -e " s/_ID_/%ID%/g" %APPMAN_CONFIG_XML%
4243- sed -i -e "s/_NAME_/%PLUGIN_NAME%/g" %APPMAN_CONFIG_XML%
4344- sed -i -e "s/_DESC_/%PLUGIN_DESC%/g" %APPMAN_CONFIG_XML%
4445- sed -i -e "s/_VERSION_/%PLUGIN_VERSION%/g" %APPMAN_CONFIG_XML%
@@ -60,4 +61,4 @@ deploy:
6061 secure : HK9ej9WVysHQHeTEQ/QTOJmh08xCtDQyDBy5uXWrWV/xROMNkQrTeQv1j2tYOxVw
6162 artifact : /(.*\.fdz)|(appman.txt)/
6263 on :
63- branch : master
64+ branch : master
You can’t perform that action at this time.
0 commit comments