CI: Update actions and build scripts to use new frontend directory

This commit is contained in:
PatTheMav
2024-12-18 13:01:45 +01:00
parent 49e23e184c
commit 4752be4b95
2 changed files with 3 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ build() {
rm -rf OBS.app
mkdir OBS.app
ditto UI/${config}/OBS.app OBS.app
ditto frontend/${config}/OBS.app OBS.app
}
}
popd