Merge pull request #427 from LedgerHQ/bugfix/apa/dev-version-suffix

Fix -dev version suffix
This commit is contained in:
apaillier-ledger
2023-05-04 17:25:11 +02:00
committed by GitHub

View File

@@ -35,8 +35,8 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'"
APPVERSION_M=1
APPVERSION_N=10
APPVERSION_P=3
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
APP_LOAD_FLAGS= --appFlags 0xa40 --dep Ethereum:$(APPVERSION)-dev
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
APP_LOAD_FLAGS= --appFlags 0xa40 --dep Ethereum:$(APPVERSION)
###########################
# Set Chain environnement #