Skip to content
Snippets Groups Projects
Commit cbb46ca7 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] Duniter binaries are no more split into 'nw' and 'sources' folders

parent 5f878cbb
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
DEB_PACKAGING= DEB_PACKAGING=
if [[ $DEB_PACKAGING ]]; then if [[ $DEB_PACKAGING ]]; then
DUNITER_DIR=/opt/duniter/sources/ DUNITER_DIR=/opt/duniter/
fi fi
duniter() { duniter() {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"private": false, "private": false,
"description": "Crypto-currency software allowing to build P2P free currencies", "description": "Crypto-currency software allowing to build P2P free currencies",
"main": "index.js", "main": "index.js",
"node-main": "../sources/bin/duniter", "node-main": "./bin/duniter",
"window": { "window": {
"icon": "duniter.png", "icon": "duniter.png",
"title": "v1.3.4", "title": "v1.3.4",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment