diff --git a/resources/report/html/loot-search.html b/src/gui/html/elements/loot-search.html
similarity index 95%
rename from resources/report/html/loot-search.html
rename to src/gui/html/elements/loot-search.html
index 790c4970..719c66e9 100644
--- a/resources/report/html/loot-search.html
+++ b/src/gui/html/elements/loot-search.html
@@ -1,7 +1,7 @@
-
-
-
-
+
+
+
+
@@ -312,9 +312,9 @@
LOOT is free, but if you want to show your appreciation with some money, donations may be made to WrinklyNinja (LOOT's creator and main developer) using PayPal, Bitcoin or Flattr.
OK
-
-
-
+
+
+
diff --git a/resources/report/js/events.js b/src/gui/html/js/events.js
similarity index 100%
rename from resources/report/js/events.js
rename to src/gui/html/js/events.js
diff --git a/resources/report/js/filters.js b/src/gui/html/js/filters.js
similarity index 100%
rename from resources/report/js/filters.js
rename to src/gui/html/js/filters.js
diff --git a/resources/report/js/helpers.js b/src/gui/html/js/helpers.js
similarity index 100%
rename from resources/report/js/helpers.js
rename to src/gui/html/js/helpers.js
diff --git a/resources/report/js/init.js b/src/gui/html/js/init.js
similarity index 100%
rename from resources/report/js/init.js
rename to src/gui/html/js/init.js
diff --git a/resources/report/js/l10n.js b/src/gui/html/js/l10n.js
similarity index 100%
rename from resources/report/js/l10n.js
rename to src/gui/html/js/l10n.js
diff --git a/resources/report/js/loot.js b/src/gui/html/js/loot.js
similarity index 100%
rename from resources/report/js/loot.js
rename to src/gui/html/js/loot.js
diff --git a/resources/report/js/plugin.js b/src/gui/html/js/plugin.js
similarity index 100%
rename from resources/report/js/plugin.js
rename to src/gui/html/js/plugin.js
diff --git a/src/installer.iss b/src/installer.iss
index 87461d4f..722f9037 100644
--- a/src/installer.iss
+++ b/src/installer.iss
@@ -101,12 +101,12 @@ DestDir: "{app}\docs\images"; Flags: ignoreversion
Source: "docs\images\settings.png"; \
DestDir: "{app}\docs\images"; Flags: ignoreversion
-Source: "resources\report\index.html"; \
-DestDir: "{app}\resources\report"; Flags: ignoreversion
-Source: "resources\report\css\dark-theme.css"; \
-DestDir: "{app}\resources\report\css"; Flags: ignoreversion
-Source: "resources\report\fonts\*"; \
-DestDir: "{app}\resources\report\fonts"; Flags: ignoreversion
+Source: "build\Release\resources\ui\index.html"; \
+DestDir: "{app}\resources\ui"; Flags: ignoreversion
+Source: "resources\ui\css\dark-theme.css"; \
+DestDir: "{app}\resources\ui\css"; Flags: ignoreversion
+Source: "resources\ui\fonts\*"; \
+DestDir: "{app}\resources\ui\fonts"; Flags: ignoreversion
Source: "resources\l10n\da\LC_MESSAGES\loot.mo"; \
DestDir: "{app}\resources\l10n\da\LC_MESSAGES"; Flags: ignoreversion
diff --git a/resources/report/vulcanize.config.json b/vulcanize.config.json
similarity index 100%
rename from resources/report/vulcanize.config.json
rename to vulcanize.config.json