Rename apps.json files throughout project
- Remove `appveyor.yml` - Add project description to CMakeLists.txt - Add project homepage url to CMakeLists.txt
This commit is contained in:
parent
93aebf461a
commit
49bfd2ba1f
10 changed files with 28 additions and 69 deletions
|
|
@ -4,6 +4,6 @@ if [ -f /etc/sunshine/sunshine.conf ]; then
|
|||
cp /etc/sunshine/sunshine.conf /etc/sunshine/sunshine.conf.old
|
||||
fi
|
||||
|
||||
if [ -f /etc/sunshine/apps_linux.json ]; then
|
||||
cp /etc/sunshine/apps_linux.json /etc/sunshine/apps_linux.json.old
|
||||
if [ -f /etc/sunshine/apps.json ]; then
|
||||
cp /etc/sunshine/apps.json /etc/sunshine/apps.json.old
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue