Skip to content

Commit

Permalink
Fix installing the app on ledger nanos
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbqds committed Nov 4, 2024
1 parent 513891a commit 1ad16c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _release:
RUST_BACKTRACE=1 cargo ledger build $(device) -- -Z unstable-options && \
cp ./target/$(device)/release/alephium.hex ../$(device).hex && \
mv ./target/$(device)/release/app_$(device).json ../$(device).json && \
sed -i 's|target/$(device)/release/app.hex|$(device).hex|g;s|alph_16x16.gif|./app/alph_16x16.gif|g;s|alph_14x14.gif|./app/alph_14x14.gif|g;s|alph_32x32.gif|./app/alph_32x32.gif|g;s|alph_64x64.gif|./app/alph_64x64.gif|g' ../$(device).json \
sed -i 's|alephium.hex|$(device).hex|g;s|alph_16x16.gif|./app/alph_16x16.gif|g;s|alph_14x14.gif|./app/alph_14x14.gif|g;s|alph_32x32.gif|./app/alph_32x32.gif|g;s|alph_64x64.gif|./app/alph_64x64.gif|g' ../$(device).json \
"

check:
Expand Down
2 changes: 1 addition & 1 deletion nanos.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"binary": "alephium.hex",
"binary": "nanos.hex",
"dataSize": 7360,
"derivationPath": {
"curves": [
Expand Down

0 comments on commit 1ad16c0

Please sign in to comment.