changed file tree

added pixelserver2 setup config and script
This commit is contained in:
Elektrospy 2019-01-18 20:34:26 +01:00
parent 740e3520f5
commit 431797429a
9 changed files with 14 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 170 B

View File

Before

Width:  |  Height:  |  Size: 136 B

After

Width:  |  Height:  |  Size: 136 B

View File

Before

Width:  |  Height:  |  Size: 165 B

After

Width:  |  Height:  |  Size: 165 B

View File

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 140 B

View File

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 159 B

View File

@ -0,0 +1,7 @@
#!/bin/bash
cp -f -r beatsaberceiling ../../apps/
chmod +x ../../apps/beatsaberceiling/beatsaberceiling.py
cp -f beatsaberconf.py ../../configs/

7
beatsaberconf.py Normal file
View File

@ -0,0 +1,7 @@
Apps = [
{"guiname": "Beat Saber Ceiling",
"name": "beatsaberceiling",
"cmd": "apps/beatsaberceiling/beatsaberceiling.py",
"path": "apps/beatsaberceiling"
}
]