Closed deceptionfalls closed 1 year ago
install.sh does not work on OBS when installed as a Flatpak, since the configuration folder for it is stored in .var/app/com.obsproject.Studio/config/obs-project rather than the usual .config dir.
install.sh
.var/app/com.obsproject.Studio/config/obs-project
.config
Thanks for the info, the themes are stored in obs-studio/themes rather than obs-project :slightly_smiling_face:
obs-studio/themes
obs-project
Fixed with the latest commit.
install.sh
does not work on OBS when installed as a Flatpak, since the configuration folder for it is stored in.var/app/com.obsproject.Studio/config/obs-project
rather than the usual.config
dir.