Always use plugin embed
This commit is contained in:
@@ -25,16 +25,9 @@ else if (flags.ios) {
|
||||
project.addAssets("Assets/readme/readme_ios.txt", { destination: "{name}" });
|
||||
}
|
||||
|
||||
if (flags.plugin_embed) {
|
||||
project.addAssets("Assets/plugins/embed/*", { destination: "data/plugins/{name}" });
|
||||
}
|
||||
else {
|
||||
project.addAssets("Assets/plugins/wasm/*", { destination: "data/plugins/{name}" });
|
||||
}
|
||||
|
||||
if (flags.physics) {
|
||||
project.addDefine("arm_physics");
|
||||
project.addAssets("Assets/plugins/wasm/ammo/*", { destination: "data/plugins/{name}" });
|
||||
project.addAssets("Assets/plugins/ammo/*", { destination: "data/plugins/{name}" });
|
||||
}
|
||||
|
||||
resolve(project);
|
||||
|
||||
Reference in New Issue
Block a user