Files
lime/externs/air/flash/desktop/Updater.hx
2017-08-24 12:50:13 -07:00

8 lines
196 B
Haxe

package flash.desktop;
extern class Updater {
function new() : Void;
function update(airFile : flash.filesystem.File, version : String) : Void;
static var isSupported(default,never) : Bool;
}