diff options
author | Devine Lu Linvega <[email protected]> | 2018-12-08 13:07:22 +1200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-12-08 13:07:22 +1200 |
commit | 3e006032e75641b516372bb6c798cebc97a2ccc9 (patch) | |
tree | 19ae4d93153759e0a5004c553cf32ef0b8b66e62 | |
parent | 83fae03d403c8d35d7ebc8e532ed55be6cd05473 (diff) | |
download | Orca-3e006032e75641b516372bb6c798cebc97a2ccc9.tar.gz Orca-3e006032e75641b516372bb6c798cebc97a2ccc9.zip |
Added links to builds
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | desktop/icon.icns | bin | 57960 -> 46803 bytes | |||
-rw-r--r-- | desktop/icon.ico | bin | 107414 -> 107414 bytes | |||
-rw-r--r-- | desktop/icon.png | bin | 0 -> 4689 bytes | |||
-rw-r--r-- | desktop/icon.svg | 12 |
5 files changed, 13 insertions, 1 deletions
@@ -6,7 +6,7 @@ ## Install & Run -There are no public builds available at the moment, all you need is [npm](http://npmjs.com) installed. +You can download builds for OSX, Windows and Linux [here](https://hundredrabbits.itch.io/orca). If you wish to build it yourself, follow these steps: ``` git clone https://github.com/hundredrabbits/Orca.git diff --git a/desktop/icon.icns b/desktop/icon.icns Binary files differindex a9f868a..8bc1a0c 100644 --- a/desktop/icon.icns +++ b/desktop/icon.icns diff --git a/desktop/icon.ico b/desktop/icon.ico Binary files differindex 3c8b47d..e47c279 100644 --- a/desktop/icon.ico +++ b/desktop/icon.ico diff --git a/desktop/icon.png b/desktop/icon.png Binary files differnew file mode 100644 index 0000000..e7f6c55 --- /dev/null +++ b/desktop/icon.png diff --git a/desktop/icon.svg b/desktop/icon.svg new file mode 100644 index 0000000..481234d --- /dev/null +++ b/desktop/icon.svg @@ -0,0 +1,12 @@ +<svg class="vector" width="300px" height="300px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1" style="width: 300px; height: 300px; stroke: rgb(0, 0, 0); stroke-width: 0; fill: none; stroke-linecap: round;"> + <rect width="300" height="300" style="fill:rgb(0,0,0)" /> + <circle cx="60" cy="60" r="7.5" fill="white"/> + <circle cx="150" cy="60" r="7.5" fill="white"/> + <circle cx="240" cy="60" r="7.5" fill="white"/> + <circle cx="60" cy="150" r="7.5" fill="white"/> + <circle cx="150" cy="150" r="7.5" fill="white"/> + <circle cx="240" cy="150" r="7.5" fill="white"/> + <circle cx="60" cy="240" r="7.5" fill="white"/> + <circle cx="150" cy="240" r="7.5" fill="white"/> + <circle cx="240" cy="240" r="7.5" fill="white"/> +</svg>
\ No newline at end of file |