Skip to content

Commit ac1950a

Browse files
committed
Merge branch 'main' of github.com:sozercan/kaset
2 parents 3accf86 + 69f9120 commit ac1950a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
### Homebrew (recommended)
247247
\`\`\`bash
248248
brew tap sozercan/kaset https://github.com/sozercan/kaset
249-
brew install --cask kaset --no-quarantine
249+
brew install --cask kaset
250250
\`\`\`
251251
252252
### Manual Download

Casks/kaset.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
app "Kaset.app"
1313

14+
postflight do
15+
system_command "/usr/bin/xattr", args: ["-cr", "#{appdir}/Kaset.app"], sudo: false
16+
end
17+
1418
zap trash: [
1519
"~/Library/Application Support/Kaset",
1620
"~/Library/Caches/com.sertacozercan.Kaset",

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Download the latest release from the [Releases](https://github.com/sozercan/kase
3737

3838
```bash
3939
brew tap sozercan/kaset https://github.com/sozercan/kaset
40-
brew install --cask kaset --no-quarantine
40+
brew install --cask kaset
4141
```
4242

43-
> **Note:** The `--no-quarantine` flag is required because the app is not signed.
44-
> If you downloaded the app manually, you can remove the quarantine attribute with:
43+
> **Note:** The app is not signed.
44+
> If you downloaded the app manually, you can clear extended attributes (including quarantine) with:
4545
> ```bash
46-
> xattr -d com.apple.quarantine /Applications/Kaset.app
46+
> xattr -cr /Applications/Kaset.app
4747
> ```
4848
4949
## Keyboard Shortcuts

0 commit comments

Comments
 (0)