fix(config): vscode task

This commit is contained in:
Ricardo Q. Bazan
2024-11-20 19:54:11 -05:00
parent 94a0a75d69
commit e16a76fb94

2
.vscode/tasks.json vendored
View File

@@ -40,7 +40,7 @@
},
"osx": {
"args": [
"config=release_ARM64"
"config=release_arm64"
],
},
"group": "build",