mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Fix issue with shell icon (#727)
This commit is contained in:
parent
a69d77aeed
commit
2e519edcbb
1 changed files with 2 additions and 0 deletions
2
.github/main.swift
vendored
2
.github/main.swift
vendored
|
@ -47,6 +47,7 @@ You can see in which language an app is written. Currently there are following l
|
||||||
- ![python_icon] - Python language.
|
- ![python_icon] - Python language.
|
||||||
- ![ruby_icon] - Ruby language.
|
- ![ruby_icon] - Ruby language.
|
||||||
- ![rust_icon] - Rust language.
|
- ![rust_icon] - Rust language.
|
||||||
|
- ![shell_icon] - Shell language.
|
||||||
- ![swift_icon] - Swift language.
|
- ![swift_icon] - Swift language.
|
||||||
- ![type_script_icon] - TypeScript language.
|
- ![type_script_icon] - TypeScript language.
|
||||||
|
|
||||||
|
@ -129,6 +130,7 @@ Thanks to all the people who contribute:
|
||||||
[python_icon]: ./icons/python-16.png 'Python language.'
|
[python_icon]: ./icons/python-16.png 'Python language.'
|
||||||
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
|
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
|
||||||
[rust_icon]: ./icons/rust-16.png 'Rust language.'
|
[rust_icon]: ./icons/rust-16.png 'Rust language.'
|
||||||
|
[shell_icon]: ./icons/shell-16.png 'Shell language.'
|
||||||
[swift_icon]: ./icons/swift-16.png 'Swift language.'
|
[swift_icon]: ./icons/swift-16.png 'Swift language.'
|
||||||
[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
|
[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue