Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit c2ff7a9

Browse files
committed
Improvement in look&feel
1 parent a6a238b commit c2ff7a9

20 files changed

+20
-51
lines changed

Source/Deployer.Raspberry.Console/Deployer.Raspberry.Console.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@
5353
</Compile>
5454
<Compile Include="ConsoleDisplayUpdater.cs" />
5555
<Compile Include="ConsoleMarkdownDisplayer.cs" />
56-
<Compile Include="Options\DisableDualBootCmdOptions.cs" />
57-
<Compile Include="Options\EnableDualBootCmdOptions.cs" />
58-
<Compile Include="Options\InstallGpuCmdOptions.cs" />
5956
<Compile Include="Options\NonWindowsDeploymentCmdOptions.cs" />
6057
<Compile Include="Resources.Designer.cs">
6158
<AutoGen>True</AutoGen>
@@ -165,9 +162,7 @@
165162
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
166163
</EmbeddedResource>
167164
</ItemGroup>
168-
<ItemGroup>
169-
<Folder Include="Scripts\" />
170-
</ItemGroup>
165+
<ItemGroup />
171166
<ItemGroup>
172167
<None Include="..\deployer.raspberry\core\tools\etcher-cli\x64\etcher.exe">
173168
<Link>Core\Tools\Etcher-Cli\x64\etcher.exe</Link>
@@ -214,5 +209,11 @@
214209
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
215210
</None>
216211
</ItemGroup>
212+
<ItemGroup>
213+
<None Include="..\Deployer.Raspberry\Scripts\deployment.txt">
214+
<Link>Scripts\deployment.txt</Link>
215+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
216+
</None>
217+
</ItemGroup>
217218
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
218219
</Project>

Source/Deployer.Raspberry.Console/Options/DisableDualBootCmdOptions.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Source/Deployer.Raspberry.Console/Options/EnableDualBootCmdOptions.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Source/Deployer.Raspberry.Console/Options/InstallGpuCmdOptions.cs

Lines changed: 0 additions & 9 deletions
This file was deleted.

Source/Deployer.Raspberry.Console/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using ByteSizeLib;
77
using CommandLine;
88
using Deployer;
9-
using Deployer.Lumia;
109
using Deployer.Lumia.NetFx;
1110
using Deployer.Raspberry;
1211
using Deployer.Tasks;
@@ -55,7 +54,7 @@ await parserResult
5554
.MapResult(
5655
(WindowsDeploymentCmdOptions opts) =>
5756
{
58-
optionsProvider.Options = new WindowsDeploymentOptions()
57+
optionsProvider.Options = new WindowsDeploymentOptions
5958
{
6059
ImageIndex = opts.Index,
6160
ImagePath = opts.WimImage,
-63.6 KB
Binary file not shown.
-82.6 KB
Binary file not shown.
-9.36 KB
Binary file not shown.
164 KB
Loading
-739 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)