Skip to content

Commit b8d7939

Browse files
authored
Merge pull request #28 from alephium/improve-stax-flex-ui
Improve stax/flex ui using the streaming api
2 parents 5d0cd6c + 771849a commit b8d7939

22 files changed

+1082
-663
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version := 3.30.0
1+
version := 3.34.0
22
ledger_app_builder = ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:$(version)
33
ledger_app_dev_tools = ghcr.io/ledgerhq/ledger-app-builder/ledger-app-dev-tools:$(version)
44

@@ -15,8 +15,8 @@ _release:
1515
cd app && \
1616
echo 'Building $(device) app' && \
1717
RUST_BACKTRACE=1 cargo ledger build $(device) -- -Z unstable-options && \
18-
cp ./target/$(device)/release/app.hex ../$(device).hex && \
19-
mv ./app_$(device).json ../$(device).json && \
18+
cp ./target/$(device)/release/alephium.hex ../$(device).hex && \
19+
mv ./target/$(device)/release/app_$(device).json ../$(device).json && \
2020
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 \
2121
"
2222

0 commit comments

Comments
 (0)