fix(config): vscode task (#10)

This commit is contained in:
Jeffery Myers
2024-11-20 20:33:58 -08:00
committed by GitHub

2
.vscode/tasks.json vendored
View File

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