The ".DirIcon" creation seems not to be responsibility of deployAppDirRootFiles

This commit is contained in:
Alexis Lopez Zubieta
2018-11-04 18:04:57 -06:00
parent 7ff05ca98e
commit 41569a4f53

View File

@@ -89,7 +89,6 @@ namespace LinuxDeployTest {
ASSERT_TRUE(exists(tmpAppDir / source_desktop_path.filename()));
ASSERT_TRUE(exists(tmpAppDir / source_icon_path.filename()));
ASSERT_TRUE(exists(tmpAppDir / ".DirIcon"));
ASSERT_TRUE(exists(target_apprun_path));
}
}