update only some files in AIR application update
I make a big AIR application with lot of files. It's big and slow to compile.
In the future, only a few files of this application 'll be changed, and I would like to update only this files while updating AIR application instead of updating the entire application.
It seems not possible because during updating, AIR delete all the files that are not present in the updated appli version.
Is there some way to update only part of my AIR application ?
Thanx