mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 10:46:40 +00:00
feat(icon): use custom Liquid Glass icon for Emacs.app
Use EmacsLG1 icon from in all builds: https://github.com/jimeh/emacs-liquid-glass-icons
This commit is contained in:
3
.github/workflows/_build_emacs.yml
vendored
3
.github/workflows/_build_emacs.yml
vendored
@@ -158,6 +158,9 @@ jobs:
|
||||
--plan build-plan.yml
|
||||
--native-full-aot
|
||||
--no-self-sign
|
||||
--icon-uri 'https://github.com/jimeh/emacs-liquid-glass-icons/releases/download/v1.0.1/EmacsLG1-Default.icns'
|
||||
--tahoe-icon-uri 'https://github.com/jimeh/emacs-liquid-glass-icons/releases/download/v1.0.1/Assets.car'
|
||||
--tahoe-icon-name EmacsLG1
|
||||
${{ inputs.build_args }}
|
||||
working-directory: builder
|
||||
env:
|
||||
|
||||
2
.github/workflows/_prepare.yml
vendored
2
.github/workflows/_prepare.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Default git ref check
|
||||
id: ref
|
||||
run: |
|
||||
DEFAULT_BUILDER_REF="v0.6.62"
|
||||
DEFAULT_BUILDER_REF="v0.6.63"
|
||||
BUILDER_REF="${{ inputs.builder_ref }}"
|
||||
echo "ref=${BUILDER_REF:-$DEFAULT_BUILDER_REF}" >> "$GITHUB_OUTPUT"
|
||||
- name: Checkout build-emacs-for-macos repo
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div align="center">
|
||||
|
||||
<img width="192px" src="https://github.com/emacs-mirror/emacs/raw/emacs-27.2/etc/images/icons/hicolor/scalable/apps/emacs.svg" alt="Logo">
|
||||
<img width="196px" src="https://raw.githubusercontent.com/jimeh/emacs-liquid-glass-icons/main/Icons/Exports/EmacsLG1-Default.iconset/icon_512x512.png" alt="Logo">
|
||||
|
||||
# Emacs Builds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user