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 af76d3a commit 5ef6d4dCopy full SHA for 5ef6d4d
build-assets/package.json
@@ -23,7 +23,7 @@
23
"@xpack-dev-tools/xbb-helper": "github:xpack-dev-tools/xbb-helper-xpack#v4.3.15"
24
},
25
"properties": {
26
- "platforms": "all",
+ "platforms": "win32-x64,darwin-x64,darwin-arm64,linux-x64,linux-arm64",
27
"buildFolderRelativePath": "{{'build' | path_join: configuration.name | to_filename | downcase}}",
28
"buildFolderRelativePathPosix": "{{'build' | path_posix_join: configuration.name | downcase}}",
29
"commandBashBuild": "bash {{properties.dbg}} scripts/build.sh --target {{configuration.name}} --build-folder {{properties.buildFolderRelativePathPosix}}",
0 commit comments