Skip to content

Commit 43390a7

Browse files
authored
Merge pull request #37 from BalanceBalls/fix-release-config
fix brew config
2 parents c29cf6a + a266673 commit 43390a7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.goreleaser-rc.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 2
33
builds:
44
- env:
55
- CGO_ENABLED=0
6+
binary: rc-nekot
67
goos:
78
- windows
89
- darwin
@@ -36,10 +37,19 @@ changelog:
3637

3738
homebrew_casks:
3839
- name: rc-nekot
40+
binary: rc-nekot
3941
repository:
4042
owner: BalanceBalls
4143
name: homebrew-BalanceBalls
42-
homepage: https://github.com/BalanceBalls/chatgpt-tui
44+
homepage: https://github.com/BalanceBalls/nekot
45+
conflicts:
46+
formula: rc-nekot
4347
commit_author:
4448
name: BalanceBalls
49+
hooks:
50+
post:
51+
install: |
52+
if system_command("/usr/bin/xattr", args: ["-h"]).exit_status == 0
53+
system_command "/usr/bin/xattr", args: ["-d", "com.apple.quarantine", "#{staged_path}/rc-nekot"]
54+
end
4555
skip_upload: false

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ homebrew_casks:
4444
owner: BalanceBalls
4545
name: homebrew-BalanceBalls
4646
homepage: https://github.com/BalanceBalls/nekot
47+
conflicts:
48+
formula: nekot
4749
commit_author:
4850
name: BalanceBalls
4951
skip_upload: auto

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Taranveer (Taran) Bains
3+
Copyright (c) 2025 Aleksandr Shevchuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)