Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
closes #37
  • Loading branch information
nikitabobko committed Dec 25, 2023
1 parent 0569bb0 commit 58945d0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<img src="./src/Assets.xcassets/AppIcon.appiconset/icon.png" width="40%" height="40%" align="right">

# AeroSpace Beta [![Build](https://github.com/nikitabobko/AeroSpace/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/nikitabobko/AeroSpace/actions/workflows/build.yml)

AeroSpace is an i3-like tiling window manager for macOS
Expand Down
8 changes: 4 additions & 4 deletions build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ rm -rf .site && mkdir .site
rm -rf .man && mkdir .man

cp-docs() {
cp -r docs/*.adoc $1
cp -r docs/assets $1
cp -r docs/util $1
cp -r docs/config-examples $1
cp -r --dereference docs/*.adoc $1
cp -r --dereference docs/assets $1
cp -r --dereference docs/util $1
cp -r --dereference docs/config-examples $1
}

build-site() {
Expand Down
4 changes: 3 additions & 1 deletion build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ expected_layout=$(cat <<EOF
│   └── AeroSpace
├── PkgInfo
├── Resources
│   ├── AppIcon.icns
│   ├── Assets.car
│   └── default-config.toml
└── _CodeSignature
└── CodeResources
5 directories, 5 files
5 directories, 7 files
EOF
)

Expand Down
1 change: 1 addition & 0 deletions docs/assets/icon.png
2 changes: 2 additions & 0 deletions docs/util/header.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ AeroSpace is an i3-like tiling window manager for macOS
*Project homepage*: https://github.com/nikitabobko/AeroSpace
image:assets/icon.png[300,300,float="right"]
* https://www.youtube.com/watch?v=UOl7ErqWbrk[YouTube Demo]
* xref:guide.adoc[AeroSpace Guide]
* xref:commands.adoc[AeroSpace Commands]
Expand Down
1 change: 1 addition & 0 deletions src/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"size" : "512x512"
},
{
"filename" : "icon.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "512x512"
Expand Down
Binary file added src/Assets.xcassets/AppIcon.appiconset/icon.png
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 58945d0

Please sign in to comment.