We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804f59a commit 5996f49Copy full SHA for 5996f49
cores.json
@@ -664,7 +664,7 @@
664
"buildpath": "./",
665
"makescript": "",
666
"arguments": [],
667
- "build_command": "cd libretro/emscripten/ && bash build_emscripten.sh && cd ../../ && cp -r libretro/emscripten/build/ ../RetroArch/ffmpeg && cp libretro/emscripten/build/*.bc ../RetroArch/emulatorjs/",
+ "build_command": "cd libretro/emscripten/ && bash build_emscripten.sh && cd ../../ && cp -r libretro/emscripten/build/ ../RetroArch/ffmpeg && cp libretro/emscripten/build/*.bc ../RetroArch/emulatorjs/ && cd assets && zip -r ../../../output/ppsspp-assets.zip * && cd ..",
668
"build_retroarch_command": "emmake ./build-emulatorjs.sh --clean --threads"
669
},
670
"options": {
0 commit comments