Skip to content

Commit

Permalink
refactor: change the destination of exported sign files
Browse files Browse the repository at this point in the history
Signed-off-by: ComixHe <[email protected]>
  • Loading branch information
ComixHe committed Jan 14, 2025
1 parent 5db9d54 commit 694a0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/linglong/src/linglong/package/uab_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ utils::error::Result<std::filesystem::path> UABFile::extractSignData() noexcept

auto root = tempDir / ("uab-temp-layer-" + tmpName);

auto destination = root / "entries" / "share" / "deepin-elf-verify" / "linglong" / ".elfsign";
auto destination = root / "entries" / "share" / "deepin-elf-verify" / ".elfsign";
if (!std::filesystem::create_directories(destination, ec) && ec) {
return LINGLONG_ERR(ec.message().c_str());
}
Expand Down

0 comments on commit 694a0c7

Please sign in to comment.