diff --git a/PCK-Studio/Forms/Utilities/installWiiU.cs b/PCK-Studio/Forms/Utilities/installWiiU.cs index 34dfcf78..77e9d786 100644 --- a/PCK-Studio/Forms/Utilities/installWiiU.cs +++ b/PCK-Studio/Forms/Utilities/installWiiU.cs @@ -67,7 +67,7 @@ namespace PckStudio.Forms { try { - File.WriteAllBytes(sdRoot + "/wiiu/apps/apps.zip", PckStudio.Properties.Resources.apps); + // File.WriteAllBytes(sdRoot + "/wiiu/apps/apps.zip", PckStudio.Properties.Resources.apps); } catch { diff --git a/PCK-Studio/PckStudio.csproj b/PCK-Studio/PckStudio.csproj index fdd7b60e..89a46c75 100644 --- a/PCK-Studio/PckStudio.csproj +++ b/PCK-Studio/PckStudio.csproj @@ -663,7 +663,6 @@ - @@ -685,7 +684,6 @@ - diff --git a/PCK-Studio/Properties/Resources.Designer.cs b/PCK-Studio/Properties/Resources.Designer.cs index 7855d15b..c4965818 100644 --- a/PCK-Studio/Properties/Resources.Designer.cs +++ b/PCK-Studio/Properties/Resources.Designer.cs @@ -80,16 +80,6 @@ namespace PckStudio.Properties { } } - /// - /// Looks up a localized resource of type System.Byte[]. - /// - public static byte[] apps { - get { - object obj = ResourceManager.GetObject("apps", resourceCulture); - return ((byte[])(obj)); - } - } - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/PCK-Studio/Properties/Resources.resx b/PCK-Studio/Properties/Resources.resx index 124d7dcb..6382b54b 100644 --- a/PCK-Studio/Properties/Resources.resx +++ b/PCK-Studio/Properties/Resources.resx @@ -241,9 +241,6 @@ ..\Resources\Splash.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\apps.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - ..\Resources\iconImageList\CAPE ICON.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/PCK-Studio/Resources/apps.zip b/PCK-Studio/Resources/apps.zip deleted file mode 100644 index 10418633..00000000 Binary files a/PCK-Studio/Resources/apps.zip and /dev/null differ diff --git a/PCK-Studio/Resources/pckClosed.bmp b/PCK-Studio/Resources/pckClosed.bmp deleted file mode 100644 index 55516c7a..00000000 Binary files a/PCK-Studio/Resources/pckClosed.bmp and /dev/null differ