Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-fiscaletti committed Apr 18, 2024
1 parent c8c9b29 commit 3d2b73c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ The application works by using [FFMPEG](https://ffmpeg.org/), an open-source vid
1. Download the [Latest Version](https://github.com/nathan-fiscaletti/framecast/releases/latest) from the releases page.
2. Install the application on your computer.

## FAQ

#### Why am I getting a "File is corrupted" error when I run the macOS installer?

- If you receive a "File is corrupted" error when trying to open the macOS installer, it is likely due to the "Quarantine" attribute being set on the file by macOS. This happens when the file is downloaded from the internet and can prevent you from opening the installer.

To fix this issue, you can remove the quarantine attribute from the file using the `xattr` command in the terminal. Open the terminal and run the following command:

```bash
xattr -c /path/to/FrameCast.Setup.darwin_x64.dmg
```

This will remove the quarantine attribute from the installer and allow you to open it.

## Usage

To use FrameCast, follow these steps:
Expand Down

0 comments on commit 3d2b73c

Please sign in to comment.