mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
Added code to create an executable/app, added some info in the readme.
This commit is contained in:
20
.vscode/tasks.json
vendored
20
.vscode/tasks.json
vendored
@@ -63,6 +63,26 @@
|
||||
// "isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "cargo bundle - create app release",
|
||||
"type": "shell",
|
||||
"command": "~/.cargo/bin/cargo", // note: full path to the cargo
|
||||
"args": [
|
||||
"bundle",
|
||||
"--bin",
|
||||
"main_gui",
|
||||
"--release",
|
||||
// "--target",
|
||||
// "aarch64-apple-darwin",
|
||||
// "x86_64-pc-windows-gnu"
|
||||
// "--",
|
||||
// "arg1"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
// "isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "Terminate All Tasks",
|
||||
"command": "echo ${input:terminate}",
|
||||
|
||||
Reference in New Issue
Block a user