aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2018-12-08 13:07:22 +1200
committerDevine Lu Linvega <[email protected]>2018-12-08 13:07:22 +1200
commit3e006032e75641b516372bb6c798cebc97a2ccc9 (patch)
tree19ae4d93153759e0a5004c553cf32ef0b8b66e62
parent83fae03d403c8d35d7ebc8e532ed55be6cd05473 (diff)
downloadOrca-3e006032e75641b516372bb6c798cebc97a2ccc9.tar.gz
Orca-3e006032e75641b516372bb6c798cebc97a2ccc9.zip
Added links to builds
-rw-r--r--README.md2
-rw-r--r--desktop/icon.icnsbin57960 -> 46803 bytes
-rw-r--r--desktop/icon.icobin107414 -> 107414 bytes
-rw-r--r--desktop/icon.pngbin0 -> 4689 bytes
-rw-r--r--desktop/icon.svg12
5 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 01c3727..f278688 100644
--- a/README.md
+++ b/README.md
@@ -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
index a9f868a..8bc1a0c 100644
--- a/desktop/icon.icns
+++ b/desktop/icon.icns
Binary files differ
diff --git a/desktop/icon.ico b/desktop/icon.ico
index 3c8b47d..e47c279 100644
--- a/desktop/icon.ico
+++ b/desktop/icon.ico
Binary files differ
diff --git a/desktop/icon.png b/desktop/icon.png
new file mode 100644
index 0000000..e7f6c55
--- /dev/null
+++ b/desktop/icon.png
Binary files differ
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