CI: Attempt fix of directory name

This commit is contained in:
tt2468 2022-01-03 18:07:45 -08:00
parent 9c4a114c94
commit d993ce8b1a
2 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@
<key>GID</key>
<integer>80</integer>
<key>PATH</key>
<string>obs-websocket</string>
<string>obs-websocket-compat</string>
<key>PATH_TYPE</key>
<integer>0</integer>
<key>PERMISSIONS</key>
@ -514,7 +514,7 @@
<key>CONCLUSION_ACTION</key>
<integer>0</integer>
<key>IDENTIFIER</key>
<string>fr.palakis.obs-websocket</string>
<string>fr.palakis.obs-websocket-compat</string>
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
@ -715,7 +715,7 @@
</dict>
</array>
<key>NAME</key>
<string>obs-websocket</string>
<string>obs-websocket-compat</string>
</dict>
</dict>
<key>TYPE</key>

View File

@ -44,7 +44,7 @@ echo "[obs-websocket] Actual package build"
packagesbuild ./CI/macos/obs-websocket.pkgproj
echo "[obs-websocket] Renaming obs-websocket.pkg to $FILENAME"
mv ./release/obs-websocket.pkg ./release/$FILENAME_UNSIGNED
mv ./release/obs-websocket-compat.pkg ./release/$FILENAME_UNSIGNED
if [[ "$RELEASE_MODE" == "True" ]]; then
echo "[obs-websocket] Signing installer: $FILENAME"