changed file tree
added pixelserver2 setup config and script
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 136 B After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 140 B After Width: | Height: | Size: 140 B |
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
7
beatsaberceiling/setup.sh
Normal 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
@ -0,0 +1,7 @@
|
|||||||
|
Apps = [
|
||||||
|
{"guiname": "Beat Saber Ceiling",
|
||||||
|
"name": "beatsaberceiling",
|
||||||
|
"cmd": "apps/beatsaberceiling/beatsaberceiling.py",
|
||||||
|
"path": "apps/beatsaberceiling"
|
||||||
|
}
|
||||||
|
]
|