changeset 81923 | 02b4ae06974d |
parent 81922 | aa9800b48193 |
child 81924 | 61b711122061 |
--- a/src/Pure/Admin/component_hol_light.scala Sat Jan 18 23:37:44 2025 +0100 +++ b/src/Pure/Admin/component_hol_light.scala Sat Jan 18 23:46:46 2025 +0100 @@ -162,6 +162,7 @@ "zstd -8 proofs") val bundle_dir = Isabelle_System.make_directory(component_dir.path + Path.explode("bundle")) + Isabelle_System.copy_file(hol_light_dir + Path.explode("facts.lst"), bundle_dir) Isabelle_System.copy_file(hol_light_dir + Path.explode("proofs.zst"), bundle_dir) } }