From 77090df0d5a4fe16db026d900e3a0d5cb4fafb0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Nieto=20S=C3=A1nchez?= Date: Tue, 5 Mar 2019 10:31:14 +0100 Subject: [PATCH] Fixed FetchGitHub --- Source/Deployer.Lumia.NetFx/ContainerConfigurator.cs | 2 -- Source/Deployer.Lumia/Scripts/950.txt | 6 +++--- Source/Deployer.Lumia/Scripts/950xl.txt | 6 +++--- Source/DeployerPlatform | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Source/Deployer.Lumia.NetFx/ContainerConfigurator.cs b/Source/Deployer.Lumia.NetFx/ContainerConfigurator.cs index 82c8e4d..08765c8 100644 --- a/Source/Deployer.Lumia.NetFx/ContainerConfigurator.cs +++ b/Source/Deployer.Lumia.NetFx/ContainerConfigurator.cs @@ -51,11 +51,9 @@ where type.GetTypeInfo().ImplementedInterfaces.Contains(typeof(IDeploymentTask)) block.Export().As(); block.Export().As(); block.ExportFactory((IPhone p) => new DeviceProvider { Device = p }).As(); - block.Export().As(); block.Export().As(); block.Export().As(); - block.Export().As(); WithRealPhone(block); diff --git a/Source/Deployer.Lumia/Scripts/950.txt b/Source/Deployer.Lumia/Scripts/950.txt index 9a0beca..6203e85 100644 --- a/Source/Deployer.Lumia/Scripts/950.txt +++ b/Source/Deployer.Lumia/Scripts/950.txt @@ -7,6 +7,6 @@ ConfigureBCD InstallDevMenu "Core\Developer Menu\" DeployWindows CopyToBoot "Core\Boot\bootaa64.efi" "EFI\Boot\" -InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\Device Specifics\Talkman" -InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\msm8992\Pre-OOBE" -DisplayMarkdown "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\README.md" \ No newline at end of file +InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers\Device Specifics\Talkman" +InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers\msm8992\Pre-OOBE" +DisplayMarkdown "Downloaded\MSM8994-8992-NT-ARM64-Drivers\README.md" \ No newline at end of file diff --git a/Source/Deployer.Lumia/Scripts/950xl.txt b/Source/Deployer.Lumia/Scripts/950xl.txt index 000424e..b11234f 100644 --- a/Source/Deployer.Lumia/Scripts/950xl.txt +++ b/Source/Deployer.Lumia/Scripts/950xl.txt @@ -7,6 +7,6 @@ ConfigureBCD InstallDevMenu "Core\Developer Menu\" DeployWindows CopyToBoot "Core\Boot\bootaa64.efi" "EFI\Boot\" -InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\Device Specifics\Cityman" -InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\msm8994\Pre-OOBE" -DisplayMarkdown "Downloaded\MSM8994-8992-NT-ARM64-Drivers-master\README.md" \ No newline at end of file +InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers\Device Specifics\Cityman" +InjectDrivers "Downloaded\MSM8994-8992-NT-ARM64-Drivers\msm8994\Pre-OOBE" +DisplayMarkdown "Downloaded\MSM8994-8992-NT-ARM64-Drivers\README.md" \ No newline at end of file diff --git a/Source/DeployerPlatform b/Source/DeployerPlatform index 36c1136..b52d79f 160000 --- a/Source/DeployerPlatform +++ b/Source/DeployerPlatform @@ -1 +1 @@ -Subproject commit 36c11364b873ab367485bbc290e2f7ebffab95b4 +Subproject commit b52d79f4823dd950d8ac670ecd1cecaeb1588508