Fixed NMH JSON. The path was incomplete.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-08-06 19:33:54 +02:00
parent dcef2b8a28
commit f8a5f881f3
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "remwharead",
"name": "@PROJECT_NAME@",
"description": "@PROJECT_DESCRIPTION@",
"path": "@INSTALL_MOZILLA_NMH_DIR@",
"path": "@INSTALL_MOZILLA_NMH_DIR@/@PROJECT_NAME@_wrapper",
"type": "stdio",
"allowed_extensions": [ "remwharead@tastytea.de" ]
}