mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 19:16:48 +00:00
* Add appContents field in macos tauri config. * Change MacConfig::appContents to MacConfig::files to make it similar to DebConfig::files. * Change appContents to files in helloworld/tauri.conf.json * use common::copy_dir helper * add change files [skip ci] --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app> |
||
|---|---|---|
| .. | ||
| index.html | ||
| main.rs | ||
| README.md | ||
| tauri.conf.json | ||
Hello World Example
To execute run the following on the root directory of the repository: cargo run --example helloworld.