Skip to content

Commit 352f99f

Browse files
committed
chore: rename codeflare-template.rb to avoid brew install complaints
> Error: Cask 'codeflare-template' definition is invalid: Token 'codeflare' in header line does not match the file name. This PR also fixes some typos in docs/release/README.md
1 parent 5823109 commit 352f99f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Casks/bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ arm64=$(sha256sum "$SCRIPTDIR"/../dist/electron/CodeFlare-darwin-arm64.tar.bz2 |
1616

1717
cp "$SCRIPTDIR"/codeflare.rb "$SCRIPTDIR"/codeflare.rb.bak
1818

19-
cat "$SCRIPTDIR"/codeflare-template.rb \
19+
cat "$SCRIPTDIR"/codeflare.tpl \
2020
| sed -r "s/{{ x64 }}/$x64/g" \
2121
| sed -r "s/{{ arm64 }}/$arm64/g" \
2222
> "$SCRIPTDIR"/codeflare.rb
File renamed without changes.

docs/release/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Gather Secrets
44

5-
Copy [release-template.conf](release-template.conf) to
6-
`~/.codeflare-release.ebv` i.e. in your home directory, and update it
5+
Copy [release-template.env](release-template.env) to
6+
`~/.codeflare-release.env` i.e. in your home directory, and update it
77
with your secrets.
88

99
TODO explain how to get Apple code signing secrets.

0 commit comments

Comments
 (0)