Files
lime/externs/air/flash/desktop/Updater.hx
2019-02-14 08:41:20 -08:00

9 lines
187 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;
}