Skip to content

Commit 9da4f90

Browse files
Add .nacp to output dir
1 parent 514ff18 commit 9da4f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ cpython:
152152
dist: $(BUILD)
153153
mkdir -p $(LIBDIR)
154154
unzip $(PY_BUILD)/nxpy2.7.12/python.zip -d $(LIBDIR)
155-
cp $(OUTPUT).nro $(DIST_DIR)/$(TARGET).nro
155+
cp $(OUTPUT).{nro,nacp} $(DIST_DIR)/
156156
cp examples/hello.py $(DIST_DIR)/main.py
157157
cd $(BUILD) && zip -r $(TARGET)-$(APP_VERSION).zip $(TARGET)
158158

0 commit comments

Comments
 (0)