LiquidGUI [1.1.0.0] Dev
- Added build script for Linux.
This commit is contained in:
Vendored
+3
-2
@@ -6,11 +6,12 @@
|
|||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Python: Current File",
|
"name": "Python: Current File",
|
||||||
"type": "python",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"justMyCode": true
|
"justMyCode": true,
|
||||||
|
"sudo": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Vendored
+8
-5
@@ -4,13 +4,16 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "Build",
|
"label": "Windows Build",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cmd.exe /c build.bat",
|
"command": "cmd.exe /c build.bat",
|
||||||
"group": {
|
"group": "build"
|
||||||
"kind": "build",
|
},
|
||||||
"isDefault": true
|
{
|
||||||
}
|
"label": "Linux Build",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "${workspaceFolder}/build.sh",
|
||||||
|
"group": "build"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user