Skip to content

Commit

Permalink
Fix reproducable build again
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jan 12, 2025
1 parent 544d13b commit 9541c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generate_leap/lib/src/archive.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Future<Archive> createReproducableArchive(
..lastModTime = lastModTime);
} else if (file is Directory) {
await addDirectory(
file, '$prefix${file.path.substring(dir.path.length)}/');
file, '$prefix${file.path.substring(dir.path.length + 1)}/');
}
}
}
Expand Down

0 comments on commit 9541c53

Please sign in to comment.