/// <summary> /// Saves the package file to ASProxy location /// </summary> static void ApplyPackage(EngineUpdateInfo updateInfo, string zipFile) { // installs engine files Updaters.InstallUpdatePackage(zipFile); }