mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2026-01-04 23:46:51 +07:00
manual create all export folders
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// ------------------------------------
|
||||
// ------------------------------------
|
||||
// JS core
|
||||
// ------------------------------------
|
||||
|
||||
@@ -543,6 +543,14 @@ if ( !Array.prototype.find ) {
|
||||
throw "Can't create document export folder ({0})!"
|
||||
.format(export_folder);
|
||||
}
|
||||
if ( !FLfile.createFolder(export_folder + "bitmaps/") ) {
|
||||
throw "Can't create document bitmaps export folder ({0})!"
|
||||
.format(export_folder);
|
||||
}
|
||||
if ( !FLfile.createFolder(export_folder + "symbols/") ) {
|
||||
throw "Can't create document symbols export folder ({0})!"
|
||||
.format(export_folder);
|
||||
}
|
||||
};
|
||||
|
||||
FlashTools.prototype.Document_ExportLibrary = function(document) {
|
||||
|
||||
Reference in New Issue
Block a user