From 1df16bbf3462ee62f97d048233f6e3846e0db489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Wed, 10 May 2023 21:09:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be523cb..16d5991 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Installer lite A simple installation app creator for your Windows app. Takes the bytes that make up your binary and store it inside the installer binary, then it writes the file down in a requested location. +![demo_app_installer_DPcp9pItUP](https://github.com/djkato/installer-lite/assets/25299243/ade2c6aa-8916-49c1-aa80-daa1aff66f30) + how to use: - First create a `./installer/installer.rs` file in your crates root directory. - Add the binary to your `Cargo.toml` as such: @@ -48,4 +50,4 @@ fn main() { /* Start the installer, maybe handle error cases */ installer.start().expect("Installation somehow failed"); } -``` \ No newline at end of file +```