Skip to content

Commit

Permalink
🖼️ SKU Icons update
Browse files Browse the repository at this point in the history
  • Loading branch information
valnoxy committed Nov 9, 2022
1 parent 1d171ea commit e7a153a
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 8 deletions.
18 changes: 13 additions & 5 deletions README.md
Expand Up @@ -4,7 +4,9 @@
<p align="center">
Easy Deployment for Windows
<br />
<strong>Version: </strong>1.0.0.249 (Beta 2)
<strong>Version: </strong>1.0.0.278 (Beta 3)
<br/>
<strong>Core: </strong>12.0.0.401
<br />
<br />
<a href="https://github.com/valnoxy/dive/releases"><strong>Download now »</strong></a>
Expand All @@ -21,10 +23,10 @@
## 🔔 Information
Dive (formally deploya) is a little application for deploying Windows on a machine.

- Deploy WIM-Files on any drive.
- Mass deploy Windows with AutoDive.
- Deploy WIM-Files on any drive
- Mass deploy Windows with AutoDive (W.I.P)
- Bypass Windows 11 Microsoft-Account compulsion
- Capture Windows installation
- Capture Windows installation (W.I.P)
- Install Windows from the Cloud

## 🔧 Usage
Expand All @@ -48,4 +50,10 @@ Clone this source and restore the NUGET Packages.
## 🧾 License
Dive is licensed under [GNU GENERAL PUBLIC LICENSE](https://github.com/valnoxy/dive/blob/main/LICENSE). So you are allowed to use freely and modify the application. I will not be responsible for any outcome. Proceed with any action at your own risk.

```Copyright (c) 2018 - 2022 valnoxy. By Jonas Günner <jonas@exploitox.de> ```
<hr>
<h6 align="center">© 2018 - 2022 valnoxy. All Rights Reserved.
<br>
By Jonas Günner &lt;jonas@exploitox.de&gt;</h6>
<p align="center">
<a href="https://github.com/valnoxy/Dive/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=GNU%20GENERAL%20PUBLIC%20%20LICENSE&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
</p
Binary file modified deploya/deployaUI/Assets/icon-windows-10-40.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed deploya/deployaUI/Assets/icon-windows-240.png
Binary file not shown.
Binary file added deploya/deployaUI/Assets/icon-windows-40.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deploya/deployaUI/Assets/icon-windows-8-40.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified deploya/deployaUI/Assets/icon-windows-vista-40.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions deploya/deployaUI/Pages/ApplyPages/SKUSelectStep.xaml.cs
Expand Up @@ -78,7 +78,7 @@ private void LoadImages()
Common.Debug.WriteLine($"Size : {sizeInGB}", ConsoleColor.White);
Common.Debug.WriteLine("--- Image ---\n", ConsoleColor.White);

string imageVersion = "";
string imageVersion = "windows";

// Windows Client
if (product_name.ToLower().Contains("windows 2000"))
Expand All @@ -90,7 +90,7 @@ private void LoadImages()
if (product_name.ToLower().Contains("windows 7"))
imageVersion = "windows-7";
if (product_name.ToLower().Contains("windows 8") || product_name.ToLower().Contains("windows 8.1"))
imageVersion = "windows-10";
imageVersion = "windows-8";
if (product_name.ToLower().Contains("windows 10"))
imageVersion = "windows-10";
if (product_name.ToLower().Contains("windows 11"))
Expand Down
8 changes: 7 additions & 1 deletion deploya/deployaUI/deployaUI.csproj
Expand Up @@ -27,13 +27,19 @@
<None Remove="Assets\icon-windows-11-40.png" />
<None Remove="Assets\icon-windows-2000-40.png" />
<None Remove="Assets\icon-windows-240.png" />
<None Remove="Assets\icon-windows-40.png" />
<None Remove="Assets\icon-windows-7-40.png" />
<None Remove="Assets\icon-windows-8-40.png" />
<None Remove="Assets\icon-windows-server-2012-40.png" />
<None Remove="Assets\icon-windows-vista-40.png" />
<None Remove="Assets\icon-windows-xp-40.png" />
<None Remove="Dive.ico" />
</ItemGroup>

<ItemGroup>
<Resource Include="Assets\icon-windows-8-40.png" />
</ItemGroup>

<ItemGroup>
<Resource Include="Assets\icon-hdd-40.png" />
</ItemGroup>
Expand All @@ -43,7 +49,7 @@
<Resource Include="Assets\icon-windows-10-40.png" />
<Resource Include="Assets\icon-windows-11-40.png" />
<Resource Include="Assets\icon-windows-2000-40.png" />
<Resource Include="Assets\icon-windows-240.png" />
<Resource Include="Assets\icon-windows-40.png" />
<Resource Include="Assets\icon-windows-7-40.png" />
<Resource Include="Assets\icon-windows-server-2012-40.png" />
<Resource Include="Assets\icon-windows-vista-40.png" />
Expand Down

0 comments on commit e7a153a

Please sign in to comment.