Minor fix
This commit is contained in:
@@ -63,7 +63,7 @@ class AssetHelper {
|
||||
|
||||
} 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::",
|
||||
orientation: "::WIN_ORIENTATION::",
|
||||
packageName: "::meta.packageName::",
|
||||
import lime.utils.AssetLibrary;
|
||||
version: "::meta.version::",
|
||||
windows: [
|
||||
::foreach windows::
|
||||
|
||||
Reference in New Issue
Block a user