Skip to content

Commit ef0450c

Browse files
authored
Set PRODUCTION_BUILD flag (Zondax#87)
* update flag * update snapshots
1 parent b27e50f commit ef0450c

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.installer_script
2727
include $(BOLOS_SDK)/Makefile.defines
2828

2929
# Set the default value for PRODUCTION_BUILD to 0 if not already defined
30-
PRODUCTION_BUILD ?= 0
30+
PRODUCTION_BUILD ?= 1
3131

3232
$(info ************ TARGET_NAME = [$(TARGET_NAME)])
3333
# Display whether this is a production build or for internal use

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ APPVERSION_M=1
33
# This is the `spec_version` field of `Runtime`
44
APPVERSION_N=0
55
# This is the patch version of this release
6-
APPVERSION_P=2
6+
APPVERSION_P=3
28 Bytes
Loading
-5 Bytes
Loading
-5 Bytes
Loading
-2 Bytes
Loading
-2 Bytes
Loading
5 Bytes
Loading
-2 Bytes
Loading
-2 Bytes
Loading

0 commit comments

Comments
 (0)