|
|
@ -300,6 +300,8 @@ namespace MediaBrowser.WebDashboard.Api
|
|
|
|
var cordovaVersion = Path.Combine(path, "thirdparty", "cordova", "registrationservices.js");
|
|
|
|
var cordovaVersion = Path.Combine(path, "thirdparty", "cordova", "registrationservices.js");
|
|
|
|
File.Copy(cordovaVersion, Path.Combine(path, "scripts", "registrationservices.js"), true);
|
|
|
|
File.Copy(cordovaVersion, Path.Combine(path, "scripts", "registrationservices.js"), true);
|
|
|
|
File.Delete(cordovaVersion);
|
|
|
|
File.Delete(cordovaVersion);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Directory.Delete(Path.Combine(path, "css", "images", "tour"), true);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
await DumpHtml(creator.DashboardUIPath, path, mode, culture, appVersion);
|
|
|
|
await DumpHtml(creator.DashboardUIPath, path, mode, culture, appVersion);
|
|
|
|