Skip to content

Commit 656c896

Browse files
committed
Bump version to v0.5.0-alpha
1 parent 6337a4a commit 656c896

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include $(DEVKITPRO)/libnx/switch_rules
2929
# - icon.jpg
3030
# - <libnx folder>/default_icon.jpg
3131
#---------------------------------------------------------------------------------
32-
TARGET := $(notdir $(CURDIR))
32+
TARGET := PyNX
3333
BUILD := build
3434
PY_BUILD := python_build
3535
DIST_DIR := $(BUILD)/$(TARGET)
@@ -38,9 +38,9 @@ SOURCES := source
3838
DATA := data
3939
INCLUDES := include
4040
EXEFS_SRC := exefs_src
41-
APP_TITLE := PyNX
41+
APP_TITLE := $(TARGET)
4242
APP_AUTHOR := nx-python, Python Software Foundation
43-
APP_VERSION := 0.4.1-alpha
43+
APP_VERSION := 0.5.0-alpha
4444

4545
#---------------------------------------------------------------------------------
4646
# options for code generation
@@ -155,6 +155,7 @@ dist: $(BUILD)
155155
cp -r $(PY_BUILD)/nx-*/nx $(LIBDIR)
156156
cp $(OUTPUT).nro $(DIST_DIR)/
157157
cp $(OUTPUT).nacp $(DIST_DIR)/
158+
cp main.py $(DIST_DIR)/
158159
cd $(BUILD) && zip -r $(TARGET)-$(APP_VERSION).zip $(TARGET)
159160

160161
#---------------------------------------------------------------------------------

python_build/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ PYFILE := py.tgz
5252
_NXFILE := _nx.zip
5353
_NXVERS := 5baa28b0ce6ab2c8390fd85cfc36e1086f2cede9
5454
NXFILE := nx.zip
55-
NXVERS := 9b9d2dc61d6b0ecf9839ae470a26d5089d1102c1
55+
NXVERS := e0fb67e90e945c6f214f16a804ae1ca7fa211d95
5656

5757
.PHONY: all clean
5858

0 commit comments

Comments
 (0)