mirror of
https://github.com/rikvdkleij/intellij-haskell.git
synced 2024-11-24 14:13:38 +03:00
Add sponsors
This commit is contained in:
parent
584b20d535
commit
7cc7a151cb
20
README.md
20
README.md
@ -15,6 +15,26 @@ GHC 8.2 and later is supported.
|
||||
|
||||
Any feedback is welcomed!!
|
||||
|
||||
# GitHub Sponsors
|
||||
![King Lounge](logo/king.png)
|
||||
### King lounge
|
||||
* @nexmean
|
||||
|
||||
___
|
||||
![Duke Lounge](logo/duke.png)
|
||||
### Duke lounge
|
||||
*
|
||||
|
||||
___
|
||||
|
||||
### Loyal supporter
|
||||
*
|
||||
___
|
||||
|
||||
# One-time sponsors
|
||||
* @develop7
|
||||
* @liff
|
||||
|
||||
# Installing the plugin
|
||||
You can install this plugin using the [Jetbrains plugin repository](https://plugins.jetbrains.com/idea/plugin/8258-intellij-haskell):
|
||||
`Settings`/`Plugins`/`Browse repositories`/`Intellij-Haskell`
|
||||
|
@ -1,37 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# The MIT License (MIT)
|
||||
|
||||
# Copyright (c) 2015 Aleksey Kladov, Evgeny Kurbatsky, Alexey Kudinkin and contributors
|
||||
|
||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
# of this software and associated documentation files (the "Software"), to deal
|
||||
# in the Software without restriction, including without limitation the rights
|
||||
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
# copies of the Software, and to permit persons to whom the Software is
|
||||
# furnished to do so, subject to the following conditions:
|
||||
|
||||
# The above copyright notice and this permission notice shall be included in all
|
||||
# copies or substantial portions of the Software.
|
||||
|
||||
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
# Copied from intellij-rust, many thanks for their greate work.
|
||||
# Batch rasterize SVG icon file to PNG.
|
||||
# Requires rsvg-convert command.
|
||||
# Please re-run this script after each source file change.
|
||||
|
||||
INPUT_FILE='icon_intellij_haskell.svg'
|
||||
FILE_NAME=$(basename "$INPUT_FILE" .svg)
|
||||
|
||||
for SIZE in 16 24 32 48 64 128 256 512; do
|
||||
OUTPUT_FILE="${FILE_NAME}_${SIZE}.png"
|
||||
rsvg-convert $INPUT_FILE -o $OUTPUT_FILE -w $SIZE -h $SIZE
|
||||
done
|
||||
|
BIN
logo/duke.png
Normal file
BIN
logo/duke.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
logo/king.png
Normal file
BIN
logo/king.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
Loading…
Reference in New Issue
Block a user