Skip to content

Commit

Permalink
Add c9rgreen-sonoma icon
Browse files Browse the repository at this point in the history
Fixes #723
  • Loading branch information
mpolden authored and d12frosted committed Sep 7, 2024
1 parent 6f099bb commit 7734edb
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/icon-c9rgreen-sonoma.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This file is automatically generated by iconset script.
#
# DO NOT MODIFY it manually.

name: Icon c9rgreen-sonoma

on:
push:
branches:
- master
paths:
- "icons/c9rgreen-sonoma.icns"
- ".github/workflows/icon-c9rgreen-sonoma.yml"
pull_request:
paths:
- "icons/c9rgreen-sonoma.icns"
- ".github/workflows/icon-c9rgreen-sonoma.yml"

jobs:
build:
runs-on: macos-12
env:
HOMEBREW_GITHUB_REF: ${{ github.head_ref || github.ref }}
HOMEBREW_GITHUB_REPOSITORY: ${{ github.repository }}
HOMEBREW_GITHUB_ACTOR: ${{ github.actor }}

steps:
- uses: actions/checkout@v4

- name: Build emacs-plus with c9rgreen-sonoma icon
run: brew install Aliases/$(readlink Aliases/emacs-plus) --with-c9rgreen-sonoma-icon

- name: Test installation
run: $(brew --prefix)/bin/emacs --batch --eval='(print (+ 2 2))'
1 change: 1 addition & 0 deletions Library/Icons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"EmacsIcon7" => "9820f314d088b3eb0032c6559140e814da4d3162a2249813e59d3cc70ab036a0",
"EmacsIcon8" => "e2269a19a8e17a1290f98ff03ab42d009154fcdbadfc140acd6ae0c5f10b4940",
"EmacsIcon9" => "f6096dbeab34d7c6e4937e64b4f3c8d08ed1f9c8c6ab1668b6f58b6737427999",
"c9rgreen-sonoma" => "0e80aec0c6ead0b49177d9e230cf0569ee16465e36dbacabe9e8e0a4152d9b62",
"cacodemon" => "69f9dcdcad453655b6ae35f128d9f6ef1ac03c6c64b08216045b4f163624ccef",
"dragon" => "01ce40deb70f9394eef1cc5e8eda936fa73f80c4c0ab99642547df007d3016e9",
"elrumo1" => "d7b5a2e017f5725fd665ae700d705c39d40279a14d6e532166c37e50ec777ce3",
Expand Down
Binary file added icons/c9rgreen-sonoma.icns
Binary file not shown.
Binary file added icons/original/c9rgreen-sonoma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/preview/c9rgreen-sonoma_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7734edb

Please sign in to comment.