mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-13 12:47:11 +08:00
6 lines
77 B
Ruby
6 lines
77 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'zip'
|
||
|
|
||
|
Zip.write_zip64_support = true
|