mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix(cli): invalid plugin template (#8161)
This commit is contained in:
committed by
GitHub
parent
fc571ea2ce
commit
bfbbefdb9e
@@ -68,6 +68,7 @@ pub fn command(cli: Cli) -> Result<()> {
|
||||
|
||||
let mut data = BTreeMap::new();
|
||||
super::init::plugin_name_data(&mut data, &plugin_name);
|
||||
data.insert("android_package_id", handlebars::to_json(&plugin_id));
|
||||
|
||||
let mut created_dirs = Vec::new();
|
||||
template::render_with_generator(
|
||||
|
||||
Reference in New Issue
Block a user