File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ include $(DEVKITPRO)/libnx/switch_rules
29
29
# - icon.jpg
30
30
# - <libnx folder>/default_icon.jpg
31
31
# ---------------------------------------------------------------------------------
32
- TARGET := $( notdir $( CURDIR ) )
32
+ TARGET := PyNX
33
33
BUILD := build
34
34
PY_BUILD := python_build
35
35
DIST_DIR := $(BUILD ) /$(TARGET )
@@ -38,9 +38,9 @@ SOURCES := source
38
38
DATA := data
39
39
INCLUDES := include
40
40
EXEFS_SRC := exefs_src
41
- APP_TITLE := PyNX
41
+ APP_TITLE := $( TARGET )
42
42
APP_AUTHOR := nx-python, Python Software Foundation
43
- APP_VERSION := 0.4.1 -alpha
43
+ APP_VERSION := 0.5.0 -alpha
44
44
45
45
# ---------------------------------------------------------------------------------
46
46
# options for code generation
@@ -155,6 +155,7 @@ dist: $(BUILD)
155
155
cp -r $(PY_BUILD ) /nx-* /nx $(LIBDIR )
156
156
cp $(OUTPUT ) .nro $(DIST_DIR ) /
157
157
cp $(OUTPUT ) .nacp $(DIST_DIR ) /
158
+ cp main.py $(DIST_DIR ) /
158
159
cd $(BUILD ) && zip -r $(TARGET ) -$(APP_VERSION ) .zip $(TARGET )
159
160
160
161
# ---------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ PYFILE := py.tgz
52
52
_NXFILE := _nx.zip
53
53
_NXVERS := 5baa28b0ce6ab2c8390fd85cfc36e1086f2cede9
54
54
NXFILE := nx.zip
55
- NXVERS := 9b9d2dc61d6b0ecf9839ae470a26d5089d1102c1
55
+ NXVERS := e0fb67e90e945c6f214f16a804ae1ca7fa211d95
56
56
57
57
.PHONY : all clean
58
58
You can’t perform that action at this time.
0 commit comments