Эх сурвалжийг харах

add:soc打包添加app.elf

Dozingfiretruck 1 жил өмнө
parent
commit
bddb697ac7
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      xmake.lua

+ 1 - 1
xmake.lua

@@ -575,7 +575,7 @@ end
             os.cp("./application/include/luat_conf_bsp.h", "$(buildir)/out/luat_conf_bsp.h")
             os.cp("./project/air105/soc_download.exe", "$(buildir)/out/soc_download.exe")
             os.cd("$(buildir)/out")
-            os.run(path7z.." a -mx9 LuatOS-SoC_"..AIR105_VERSION.."_AIR105.soc info.json bootloader.bin app.bin soc_download.exe luat_conf_bsp.h")
+            os.run(path7z.." a -mx9 LuatOS-SoC_"..AIR105_VERSION.."_AIR105.soc info.json bootloader.bin app.bin app.elf soc_download.exe luat_conf_bsp.h")
             os.rm("$(buildir)/out/info.json")
             os.rm("$(buildir)/out/soc_download.exe")
             os.rm("$(buildir)/out/luat_conf_bsp.h")