mirror of
https://github.com/neon443/DockPhobia.git
synced 2026-03-11 06:49:12 +00:00
we can do most of the stuff in the python rewrite, screen size getting move dock get dock height now just need to bring it together
21 lines
394 B
JSON
21 lines
394 B
JSON
{
|
|
"actions" : {
|
|
"run" : {
|
|
"postActions" : [
|
|
{
|
|
"script" : ". *Py\/venv\/bin\/activate\npython3 *Py\/main.py",
|
|
"type" : "runScript"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"extension" : {
|
|
"identifier" : "net.danwatson.Python",
|
|
"name" : "Python"
|
|
},
|
|
"extensionTemplate" : "virtualenv",
|
|
"extensionValues" : {
|
|
"script" : "DockPhobiaPy\/main.py"
|
|
}
|
|
}
|