Parcourir la source

Fix lab dll include

luboslenco il y a 11 mois
Parent
commit
91f62c55c7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      armorlab/project.js

+ 1 - 1
armorlab/project.js

@@ -25,7 +25,7 @@ project.add_assets("assets/models/*.json", { destination: "data/models/{name}" }
 project.add_assets("assets/models/LICENSE.txt", { destination: "data/models/LICENSE.txt" });
 project.add_assets("assets/readme/readme.txt", { destination: "{name}" });
 
-if (platform === "win32") {
+if (platform === "windows") {
 	project.add_assets("onnx/win32/*.dll", { destination: "{name}" });
 }
 else if (platform === "linux") {