mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix(cli/templates): fix desktop entrypoint template (#5127)
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
windows_subsystem = "windows"
|
||||
)]
|
||||
|
||||
fn main() {
|
||||
app::AppBuilder::new()
|
||||
pub fn main() {
|
||||
app::AppBuilder::new().run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user