Skip to content

Commit 5149092

Browse files
build(icon): add Windows and Macintosh icons
Release-As: 1.0.20
1 parent 54b76c8 commit 5149092

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Delete unnecessary files
2121
run: >
2222
find .
23+
! -name "icon.*"
2324
! -name "progressive_download.txt"
2425
! -name "web-*"
2526
! -path "*/.*"

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Delete unnecessary files
3838
run: >
3939
find .
40+
! -name "icon.*"
4041
! -name "progressive_download.txt"
4142
! -name "version.txt"
4243
! -name "web-*"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Or download:
2525
- [Mac](https://github.com/remarkablegames/knitbone/releases/latest/download/mac.zip)
2626
- [Linux](https://github.com/remarkablegames/knitbone/releases/latest/download/pc.zip)
2727

28-
Read the [blog post](https://remarkablegames.org/posts/knitbone/) or watch the [video](https://youtu.be/pr6leS3s8cU).
28+
Read the [blog post](https://remarkablegames.org/posts/knitbone/) or watch the [YouTube video](https://youtu.be/pr6leS3s8cU).
2929

3030
## Credits
3131

icon.icns

159 KB
Binary file not shown.

icon.ico

197 KB
Binary file not shown.

0 commit comments

Comments
 (0)