Skip to content

Commit 73c32e2

Browse files
Lbqdspolarker
authored andcommitted
Update app name and path
1 parent 988edbc commit 73c32e2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ check:
3434
_run-speculos:
3535
docker run --rm -it -v $(shell pwd):/app --publish 25000:5000 --publish 9999:9999 -e DISPLAY='host.docker.internal:0' \
3636
-v '/tmp/.X11-unix:/tmp/.X11-unix' --privileged $(ledger_app_dev_tools) \
37-
speculos -m $(device) /app/app/target/$(path)/release/app
37+
speculos -m $(device) /app/app/target/$(path)/release/alephium
3838

3939
run-speculos:
4040
@make run-speculos-nanos
@@ -66,7 +66,7 @@ run-github-ci:
6666
docker run --rm -v $(shell pwd):/app -v ledger-alephium-cargo:/opt/.cargo $(ledger_app_builder) \
6767
bash -c "cd app && cargo ledger build $(path) -- --no-default-features --features debug"
6868
docker run --name speculos --rm -v $(shell pwd):/app --publish 25000:5000 --publish 9999:9999 \
69-
$(ledger_app_dev_tools) speculos -m $(device) /app/app/target/$(path)/release/app --display headless &
69+
$(ledger_app_dev_tools) speculos -m $(device) /app/app/target/$(path)/release/alephium --display headless &
7070
cd js && sleep 3 && MODEL=$(device) npm run speculos-test && docker stop speculos && cd ..
7171

7272
.PHONY: release clean

app/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "app"
2+
name = "alephium"
33
version = "0.4.0"
44
authors = ["alephium devs"]
55
edition = "2021"
@@ -24,7 +24,7 @@ lto = true
2424
name = "Alephium"
2525
curve = ["secp256k1"]
2626
flags = "0"
27-
path = ["m/44'/1234'"]
27+
path = ["44'/1234'"]
2828

2929
[package.metadata.ledger.nanos]
3030
icon = "alph_16x16.gif"

0 commit comments

Comments
 (0)