mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Fix the extension of the npm package
This commit is contained in:
parent
36d897b81c
commit
c77109d257
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ pub fn generate() -> Result<(), Box<dyn std::error::Error>> {
|
|||
let package_json: serde_json::Value = serde_json::from_str(&package_json_source)?;
|
||||
|
||||
let file_name = node_dir.join(format!(
|
||||
"{}-{}.tar.gz",
|
||||
"{}-{}.tgz",
|
||||
package_json["name"].as_str().unwrap(),
|
||||
package_json["version"].as_str().unwrap()
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue