diff --git a/PKGBUILD b/PKGBUILD
index 6d6348c..018a678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,11 +26,11 @@ package() {
     install -Dm644 ${srcdir}/icons/*                            ${pkgdir}/usr/share/tromjaro-theme-switcher/icons
 
     # copy executables
-    install -Dm644  ${srcdir}/theme-switcher.desktop            ${pkgdir}/usr/share/applications/tromjaro-theme-switcher.desktop
+    install -Dm644  ${srcdir}/tromjaro-theme-switcher.desktop            ${pkgdir}/usr/share/applications/tromjaro-theme-switcher.desktop
 	install -Dm755  ${srcdir}/theme-switcher                    ${pkgdir}/usr/bin/tromjaro-theme-switcher
    
    # copy the icon
     install -d ${pkgdir}/usr/share/icons/hicolor/scalable/apps
-    install -Dm644 ${srcdir}/tromjaro-theme-switch.svg                            ${pkgdir}/usr/share/icons/hicolor/scalable/apps
+    install -Dm644 ${srcdir}/tromjaro-theme-switcher.svg                            ${pkgdir}/usr/share/icons/hicolor/scalable/apps
 
 }