From 7aa9fef0682481c04533046df3fc3afc9f6a1c9f Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Tue, 13 Jan 2026 14:53:48 +0800 Subject: feat: update README with build instructions and enhance SVG icon for better visualization --- README.md | 14 +++++++++-- src-tauri/icons/128x128.png | Bin 12417 -> 14777 bytes src-tauri/icons/32x32.png | Bin 12417 -> 3510 bytes src-tauri/icons/icon.ico | Bin 12417 -> 113283 bytes src-tauri/icons/icon.png | Bin 12417 -> 23603 bytes src-tauri/icons/icon.svg | 56 +++++++++++++++++++++++++++++--------------- 6 files changed, 49 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index dedd2d0..6be6b08 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,22 @@ Not Yet. :{ ## Installation -You can download the latest version of DropOut from the [Releases](https://github.com/HsiangNianian/DropOut/releases) page, or you can build it from source: +You can download the latest version of DropOut from the [Releases](https://github.com/HsiangNianian/DropOut/releases) page. + +### Build from Source + +Prerequisites: +- [Rust](https://www.rust-lang.org/tools/install) +- [Tauri Prerequisites](https://v2.tauri.app/start/prerequisites/) ```bash git clone https://github.com/HsiangNianian/DropOut cd DropOut -cargo build --release +# Install frontend dependencies (if any) +# npm install + +# Build the application +cargo tauri build ``` ## License diff --git a/src-tauri/icons/128x128.png b/src-tauri/icons/128x128.png index 7cf6c0c..af93d75 100644 Binary files a/src-tauri/icons/128x128.png and b/src-tauri/icons/128x128.png differ diff --git a/src-tauri/icons/32x32.png b/src-tauri/icons/32x32.png index 7cf6c0c..4fa2c81 100644 Binary files a/src-tauri/icons/32x32.png and b/src-tauri/icons/32x32.png differ diff --git a/src-tauri/icons/icon.ico b/src-tauri/icons/icon.ico index 7cf6c0c..efdd790 100644 Binary files a/src-tauri/icons/icon.ico and b/src-tauri/icons/icon.ico differ diff --git a/src-tauri/icons/icon.png b/src-tauri/icons/icon.png index 7cf6c0c..cc6558d 100644 Binary files a/src-tauri/icons/icon.png and b/src-tauri/icons/icon.png differ diff --git a/src-tauri/icons/icon.svg b/src-tauri/icons/icon.svg index 16de0a7..d8b0ed7 100644 --- a/src-tauri/icons/icon.svg +++ b/src-tauri/icons/icon.svg @@ -5,28 +5,46 @@ - + + + + + + - - - - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2