Build fixes

This commit is contained in:
luboslenco
2024-10-23 18:52:31 +02:00
parent a217226e3a
commit df3b77c6f2
3 changed files with 2 additions and 1 deletions
-1
View File
@@ -13,4 +13,3 @@ else if (platform === "macos") {
}
return project;
+1
View File
@@ -32,4 +32,5 @@ else if (platform === "linux") {
project.add_assets("onnx/linux/*.so.*", { destination: "{name}" }); // Versioned lib
}
project.flatten();
return project;
+1
View File
@@ -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;