mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2024-11-25 13:21:00 +00:00
Enable code to create zip packages that was unintentionally commented out
This commit is contained in:
parent
dc741814c9
commit
0a684be50f
1 changed files with 3 additions and 3 deletions
|
@ -296,9 +296,9 @@ package_file_map.each do |package,files|
|
||||||
|
|
||||||
output_path = File.expand_path(output_dir)
|
output_path = File.expand_path(output_dir)
|
||||||
Dir.chdir(input_dir) do
|
Dir.chdir(input_dir) do
|
||||||
#if (!system("zip #{output_path}/#{package}.zip #{quoted_file_list}"))
|
if (!system("zip #{output_path}/#{package}.zip #{quoted_file_list}"))
|
||||||
# raise "Failed to generate package #{package}"
|
raise "Failed to generate package #{package}"
|
||||||
# end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue