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 8348c3b commit dc11fccCopy full SHA for dc11fcc
build-assets/package.json
@@ -16,7 +16,7 @@
16
"@xpack-dev-tools/xbb-helper": "^3.1.8"
17
},
18
"properties": {
19
- "platforms": "all",
+ "platforms": "linux-x64,linux-arm64,win32-x64",
20
"buildFolderRelativePath": "{{'build' | path_join: configuration.name | to_filename | downcase}}",
21
"buildFolderRelativePathPosix": "{{'build' | path_posix_join: configuration.name | downcase}}",
22
"commandBashBuild": "bash {{properties.dbg}} scripts/build.sh --target {{configuration.name}} --build-folder {{properties.buildFolderRelativePathPosix}}",
0 commit comments