add logo and update readme
17
README.md
@ -9,6 +9,23 @@ I copied a lot of the Rust code from [Bottom](https://github.com/ClementTsang/bo
|
||||
|
||||
The name "ToeRings" just sounds like Tauri, and contains the word "rings".
|
||||
|
||||
## Install from Source
|
||||
|
||||
You can build the executable locally. Requires you to have NodeJS and Rust installed.
|
||||
|
||||
```sh
|
||||
git clone https://github.com/acarl005/toerings.git
|
||||
cd toerings
|
||||
npm i
|
||||
npm run tauri build
|
||||
```
|
||||
|
||||
## Configure
|
||||
|
||||
There is a preferences panel which is accessible from the app menu.
|
||||
|
||||

|
||||
|
||||
## Run in Development
|
||||
|
||||
```sh
|
||||
|
||||
BIN
public/example-preferences.png
Normal file
|
After Width: | Height: | Size: 2.9 MiB |
|
Before Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 974 B |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 903 B |
|
Before Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 14 KiB |
@ -1,3 +0,0 @@
|
||||
<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" fill="transparent" stroke-linecap="round">
|
||||
<path d="M60,115 A55,55 0 1,1 115,60" stroke="black" stroke-width="10px" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 190 B |
BIN
src-tauri/icons/logo-400x400.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
|
Before Width: | Height: | Size: 18 KiB |
@ -31,11 +31,7 @@
|
||||
},
|
||||
"externalBin": [],
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
"icons/logo-400x400.png"
|
||||
],
|
||||
"identifier": "io.toerings",
|
||||
"longDescription": "",
|
||||
|
||||