We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e339a commit 58c7e17Copy full SHA for 58c7e17
template-creator/version.ps1
@@ -19,7 +19,7 @@ $src_tauri_tauri_conf_json | Set-Content -Path src-tauri/tauri.conf.json
19
20
# cd to src-tauri and update Cargo.lock
21
Set-Location src-tauri
22
-cargo update
+cargo build
23
24
# return to .
25
Set-Location ..
0 commit comments