Skip to content

Commit 7a82ef2

Browse files
committed
build-assets/package.json: updates
1 parent c02b536 commit 7a82ef2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-assets/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
"xpack": {
88
"minimumXpmRequired": "0.16.3",
99
"devDependencies": {
10-
"@xpack-dev-tools/xbb-helper": "^3.0.7"
10+
"@xpack-dev-tools/xbb-helper": "^3.0.10"
1111
},
1212
"properties": {
1313
"appName": "QEMU RISC-V",
1414
"appLcName": "qemu-riscv",
1515
"platforms": "all",
16+
"customFields": {
17+
},
1618
"buildFolderRelativePath": "{{ 'build' | path_join: configuration.name | to_filename | downcase }}",
1719
"buildFolderRelativePathPosix": "{{ 'build' | path_posix_join: configuration.name | downcase }}",
1820
"commandBashBuild": "bash {{ properties.dbg }} scripts/build.sh --target {{ configuration.name }} --build-folder {{ properties.buildFolderRelativePathPosix }}",

0 commit comments

Comments
 (0)