Skip to content

Commit 1952a0a

Browse files
author
Claude Perdigou
committed
Update makefile
1 parent 975c9c4 commit 1952a0a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: Makefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
PLUGIN_VERSION=1.1.0
1+
PLUGIN_VERSION=1.2.0
22
PLUGIN_ID=named-entity-recognition
33

44
plugin:
55
cat plugin.json|json_pp > /dev/null
66
rm -rf dist
77
mkdir dist
8-
zip --exclude "*.pyc" -r dist/dss-plugin-${PLUGIN_ID}-${PLUGIN_VERSION}.zip plugin.json code-env custom-recipes python-lib python-runnables web-app-templates
9-
10-
include ../Makefile.inc
8+
zip --exclude "*.pyc" -r dist/dss-plugin-${PLUGIN_ID}-${PLUGIN_VERSION}.zip plugin.json code-env custom-recipes python-lib python-runnables resource webapps

Diff for: plugin.json

100755100644
File mode changed.

0 commit comments

Comments
 (0)