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