diff --git a/bin/Vinesauce ROM Corruptor.exe b/bin/Vinesauce ROM Corruptor.exe new file mode 100644 index 0000000..000786a Binary files /dev/null and b/bin/Vinesauce ROM Corruptor.exe differ diff --git a/.gitignore b/src/.gitignore similarity index 100% rename from .gitignore rename to src/.gitignore diff --git a/Vinesauce ROM Corruptor.sln b/src/Vinesauce ROM Corruptor.sln similarity index 100% rename from Vinesauce ROM Corruptor.sln rename to src/Vinesauce ROM Corruptor.sln diff --git a/Vinesauce ROM Corruptor/HotkeyForm.Designer.cs b/src/Vinesauce ROM Corruptor/HotkeyForm.Designer.cs similarity index 100% rename from Vinesauce ROM Corruptor/HotkeyForm.Designer.cs rename to src/Vinesauce ROM Corruptor/HotkeyForm.Designer.cs diff --git a/Vinesauce ROM Corruptor/HotkeyForm.cs b/src/Vinesauce ROM Corruptor/HotkeyForm.cs similarity index 100% rename from Vinesauce ROM Corruptor/HotkeyForm.cs rename to src/Vinesauce ROM Corruptor/HotkeyForm.cs diff --git a/Vinesauce ROM Corruptor/HotkeyForm.resx b/src/Vinesauce ROM Corruptor/HotkeyForm.resx similarity index 100% rename from Vinesauce ROM Corruptor/HotkeyForm.resx rename to src/Vinesauce ROM Corruptor/HotkeyForm.resx diff --git a/Vinesauce ROM Corruptor/MainForm.Designer.cs b/src/Vinesauce ROM Corruptor/MainForm.Designer.cs similarity index 100% rename from Vinesauce ROM Corruptor/MainForm.Designer.cs rename to src/Vinesauce ROM Corruptor/MainForm.Designer.cs diff --git a/Vinesauce ROM Corruptor/MainForm.cs b/src/Vinesauce ROM Corruptor/MainForm.cs similarity index 100% rename from Vinesauce ROM Corruptor/MainForm.cs rename to src/Vinesauce ROM Corruptor/MainForm.cs diff --git a/Vinesauce ROM Corruptor/MainForm.resx b/src/Vinesauce ROM Corruptor/MainForm.resx similarity index 100% rename from Vinesauce ROM Corruptor/MainForm.resx rename to src/Vinesauce ROM Corruptor/MainForm.resx diff --git a/Vinesauce ROM Corruptor/Program.cs b/src/Vinesauce ROM Corruptor/Program.cs similarity index 100% rename from Vinesauce ROM Corruptor/Program.cs rename to src/Vinesauce ROM Corruptor/Program.cs diff --git a/Vinesauce ROM Corruptor/Properties/AssemblyInfo.cs b/src/Vinesauce ROM Corruptor/Properties/AssemblyInfo.cs similarity index 100% rename from Vinesauce ROM Corruptor/Properties/AssemblyInfo.cs rename to src/Vinesauce ROM Corruptor/Properties/AssemblyInfo.cs diff --git a/Vinesauce ROM Corruptor/Properties/Resources.Designer.cs b/src/Vinesauce ROM Corruptor/Properties/Resources.Designer.cs similarity index 100% rename from Vinesauce ROM Corruptor/Properties/Resources.Designer.cs rename to src/Vinesauce ROM Corruptor/Properties/Resources.Designer.cs diff --git a/Vinesauce ROM Corruptor/Properties/Resources.resx b/src/Vinesauce ROM Corruptor/Properties/Resources.resx similarity index 100% rename from Vinesauce ROM Corruptor/Properties/Resources.resx rename to src/Vinesauce ROM Corruptor/Properties/Resources.resx diff --git a/Vinesauce ROM Corruptor/Properties/Settings.Designer.cs b/src/Vinesauce ROM Corruptor/Properties/Settings.Designer.cs similarity index 100% rename from Vinesauce ROM Corruptor/Properties/Settings.Designer.cs rename to src/Vinesauce ROM Corruptor/Properties/Settings.Designer.cs diff --git a/Vinesauce ROM Corruptor/Properties/Settings.settings b/src/Vinesauce ROM Corruptor/Properties/Settings.settings similarity index 100% rename from Vinesauce ROM Corruptor/Properties/Settings.settings rename to src/Vinesauce ROM Corruptor/Properties/Settings.settings diff --git a/Vinesauce ROM Corruptor/Resources/Vinesauce Mushroom.png b/src/Vinesauce ROM Corruptor/Resources/Vinesauce Mushroom.png similarity index 100% rename from Vinesauce ROM Corruptor/Resources/Vinesauce Mushroom.png rename to src/Vinesauce ROM Corruptor/Resources/Vinesauce Mushroom.png diff --git a/Vinesauce ROM Corruptor/Vinesauce Mushroom.ico b/src/Vinesauce ROM Corruptor/Vinesauce Mushroom.ico similarity index 100% rename from Vinesauce ROM Corruptor/Vinesauce Mushroom.ico rename to src/Vinesauce ROM Corruptor/Vinesauce Mushroom.ico diff --git a/Vinesauce ROM Corruptor/Vinesauce ROM Corruptor.csproj b/src/Vinesauce ROM Corruptor/Vinesauce ROM Corruptor.csproj similarity index 100% rename from Vinesauce ROM Corruptor/Vinesauce ROM Corruptor.csproj rename to src/Vinesauce ROM Corruptor/Vinesauce ROM Corruptor.csproj diff --git a/license.txt b/src/license.txt similarity index 100% rename from license.txt rename to src/license.txt diff --git a/zip/Vinesauce ROM Corruptor.zip b/zip/Vinesauce ROM Corruptor.zip new file mode 100644 index 0000000..4f08b76 Binary files /dev/null and b/zip/Vinesauce ROM Corruptor.zip differ