Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Detritalw authored Feb 16, 2025
1 parent 7661016 commit 3128ce6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Run Packaged App",
"type": "shell",
"command": "${workspaceFolder}/dist/main.exe",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]
}

0 comments on commit 3128ce6

Please sign in to comment.