Update paths and dependencies
- Updates paths for Linux and MacOS builds - Strategy matrix build for Linux (CPACK/AppImage) - Fix dependencies for rpm package
This commit is contained in:
parent
a5e56cf47d
commit
4f6b001483
6 changed files with 53 additions and 25 deletions
9
src_assets/linux/misc/preinst
Normal file
9
src_assets/linux/misc/preinst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
#Store backup for old config files to prevent it from being overwritten
|
||||
if [ -f /usr/local/sunshine/config/sunshine.conf ]; then
|
||||
cp /usr/local/sunshine/config/sunshine.conf /usr/local/sunshine/config/sunshine.conf.old
|
||||
fi
|
||||
|
||||
if [ -f /usr/local/sunshine/config/apps.json ]; then
|
||||
cp /usr/local/sunshine/config/apps.json /usr/local/sunshine/config/apps.json.old
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue