Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
cbb46ca7
Commit
cbb46ca7
authored
8 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
duniter.sh
+1
-1
1 addition, 1 deletion
duniter.sh
package.json
+1
-1
1 addition, 1 deletion
package.json
with
2 additions
and
2 deletions
duniter.sh
+
1
−
1
View file @
cbb46ca7
...
@@ -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
()
{
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
cbb46ca7
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment