Minor fix
This commit is contained in:
@@ -63,7 +63,7 @@ class AssetHelper {
|
|||||||
|
|
||||||
} else if (project.platformType == DESKTOP || project.target == FLASH) {
|
} else if (project.platformType == DESKTOP || project.target == FLASH) {
|
||||||
|
|
||||||
assetData.classNames = "__ASSET__" + asset.flatName;
|
assetData.className = "__ASSET__" + asset.flatName;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ package;
|
|||||||
name: "::meta.title::",
|
name: "::meta.title::",
|
||||||
orientation: "::WIN_ORIENTATION::",
|
orientation: "::WIN_ORIENTATION::",
|
||||||
packageName: "::meta.packageName::",
|
packageName: "::meta.packageName::",
|
||||||
import lime.utils.AssetLibrary;
|
|
||||||
version: "::meta.version::",
|
version: "::meta.version::",
|
||||||
windows: [
|
windows: [
|
||||||
::foreach windows::
|
::foreach windows::
|
||||||
|
|||||||
Reference in New Issue
Block a user