diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml new file mode 100644 index 0000000..ca465e5 --- /dev/null +++ b/.github/workflows/release-build.yml @@ -0,0 +1,18 @@ +--- +name: Release build + +on: + workflow_dispatch: + push: + branches: + - main + - master + - develop + pull_request: + +jobs: + build: + name: Build application using the reusable workflow + uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1 + with: + upload_app_binaries_artifact: "compiled_app_bindaries" diff --git a/ethereum-plugin-sdk b/ethereum-plugin-sdk index 6d4cb4f..0afd2a9 160000 --- a/ethereum-plugin-sdk +++ b/ethereum-plugin-sdk @@ -1 +1 @@ -Subproject commit 6d4cb4fdbb50c7b47869d472cff417b9afde58e3 +Subproject commit 0afd2a969eb23e8a508560e0e308dc51fb9219e0 diff --git a/glyphs/stax_staderlabs_64px.gif b/glyphs/stax_staderlabs_64px.gif index 26c795f..3e25ee5 100644 Binary files a/glyphs/stax_staderlabs_64px.gif and b/glyphs/stax_staderlabs_64px.gif differ diff --git a/icons/flex_app_staderlabs.gif b/icons/flex_app_staderlabs.gif new file mode 100644 index 0000000..eea37f6 Binary files /dev/null and b/icons/flex_app_staderlabs.gif differ diff --git a/icons/stax_app_staderlabs.gif b/icons/stax_app_staderlabs.gif index 1c1a314..3d350b2 100644 Binary files a/icons/stax_app_staderlabs.gif and b/icons/stax_app_staderlabs.gif differ diff --git a/ledger_app.toml b/ledger_app.toml index acd4ba1..8637560 100644 --- a/ledger_app.toml +++ b/ledger_app.toml @@ -1,4 +1,4 @@ [app] build_directory = "./" sdk = "C" -devices = ["nanos", "nanox", "nanos+", "stax"] +devices = ["nanos", "nanox", "nanos+", "stax", "flex"]