diff --git a/nfpm.yaml b/nfpm.yaml index d4f5395..227d5fc 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -20,6 +20,8 @@ contents: dst: /etc/lumeweb/relay/plugins/build/Release/mrmr.node - src: ./pkg/config.json dst: /etc/lumeweb/relay/config.d/handshake.json +- src: ./dist/handshake.js + dst: /etc/lumeweb/relay/plugins/handshake.js scripts: postinstall: ./pkg/scripts/postinstall.sh preremove: ./pkg/scripts/preremove.sh