We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02b536 commit 7a82ef2Copy full SHA for 7a82ef2
build-assets/package.json
@@ -7,12 +7,14 @@
7
"xpack": {
8
"minimumXpmRequired": "0.16.3",
9
"devDependencies": {
10
- "@xpack-dev-tools/xbb-helper": "^3.0.7"
+ "@xpack-dev-tools/xbb-helper": "^3.0.10"
11
},
12
"properties": {
13
"appName": "QEMU RISC-V",
14
"appLcName": "qemu-riscv",
15
"platforms": "all",
16
+ "customFields": {
17
+ },
18
"buildFolderRelativePath": "{{ 'build' | path_join: configuration.name | to_filename | downcase }}",
19
"buildFolderRelativePathPosix": "{{ 'build' | path_posix_join: configuration.name | downcase }}",
20
"commandBashBuild": "bash {{ properties.dbg }} scripts/build.sh --target {{ configuration.name }} --build-folder {{ properties.buildFolderRelativePathPosix }}",
0 commit comments