Kaynağa Gözat

fix(manifest): use install_paths for suggested path resolution

clanker 1 ay önce
ebeveyn
işleme
71f7749df8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/lib/Manifest.vala

+ 1 - 1
src/lib/Manifest.vala

@@ -401,7 +401,7 @@ namespace Usm {
                             }
                             var install_paths = paths.clone();
                             install_paths.destination = install_path;
-                            base_path = paths.get_suggested_path_for_resource(resource.key);
+                            base_path = install_paths.get_suggested_path_for_resource(resource.key);
                             break;
                         default:
                             assert_not_reached();