Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Oct 15, 2023
1 parent af28734 commit a02bb68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/scripts/install-macos-obs-virtual-cam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@ sudo mkdir -p "${INSTALL_PATH}"

curl -L --retry 3 "${DMG_URL}" -o "${DMG_FILENAME}"

brew install tree

sudo hdiutil attach "${DMG_FILENAME}"
ls -al $MOUNT_PATH || true
ls -al "${MOUNT_PATH}/OBS.app/Contents/resources/obs-mac-virtualcam.plugin" || true
tree "${MOUNT_PATH}/OBS.app/Contents/resources/obs-mac-virtualcam.plugin" || true
ls -al $MOUNT_PATH2 || true
ls -al "$MOUNT_PATH2" || true
ls -al "${MOUNT_PATH2}/OBS.app/Contents/resources/obs-mac-virtualcam.plugin" || true
tree "${MOUNT_PATH2}/OBS.app/Contents/resources/obs-mac-virtualcam.plugin" || true
sudo cp -r "${MOUNT_PATH}/OBS.app/Contents/resources/obs-mac-virtualcam.plugin" "${INSTALL_PATH}"
ls -al $INSTALL_PATH || true
tree $INSTALL_PATH || true
ls -al "$INSTALL_PATH" || true
tree "$INSTALL_PATH" || true
sudo hdiutil unmount "${MOUNT_PATH}" -force

0 comments on commit a02bb68

Please sign in to comment.