Skip to content

Commit

Permalink
fix: add cargo generate cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyHappening committed May 25, 2023
1 parent d75328e commit a39dcdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ The leptos part is based off this template: https://github.com/leptos-rs/start.
The Tauri part is based off this command: `cargo tauri init`.

## How to use:
I have not setup `cargo generate` yet, so you will have to clone this repo and
manually copy the files into your project.
`cargo generate ActuallyHappening/start-leptos-tauri`

Or, just poke around and copy some configs or code, as you wish.

## How to run:
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Tauri.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ icon = [
"icons/icon.icns",
"icons/icon.ico",
]
identifier = "com.smilepal.dev"
identifier = "com.example.dev"
longDescription = ""
resources = []
shortDescription = ""
Expand All @@ -57,5 +57,5 @@ active = false
fullscreen = false
height = 600
resizable = true
title = "SmilePal Bluetooth App"
title = "Example Window title"
width = 800

0 comments on commit a39dcdf

Please sign in to comment.