Build fixes
This commit is contained in:
@@ -13,4 +13,3 @@ else if (platform === "macos") {
|
||||
}
|
||||
|
||||
return project;
|
||||
|
||||
|
||||
@@ -32,4 +32,5 @@ else if (platform === "linux") {
|
||||
project.add_assets("onnx/linux/*.so.*", { destination: "{name}" }); // Versioned lib
|
||||
}
|
||||
|
||||
project.flatten();
|
||||
return project;
|
||||
|
||||
@@ -20,4 +20,5 @@ project.add_assets("../armorpaint/assets/plugins/hello_world.js", { destination:
|
||||
project.add_assets("assets/meshes/*", { destination: "data/meshes/{name}", noembed: true });
|
||||
project.add_assets("assets/readme/readme.txt", { destination: "{name}" });
|
||||
|
||||
project.flatten();
|
||||
return project;
|
||||
|
||||
Reference in New Issue
Block a user