更新 universal_table.gemspec

This commit is contained in:
chiu 2024-05-18 08:57:43 +00:00
parent 9d0d6ef31d
commit 2889581306
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if bundle_update_flag
all_template.each do |folder|
if !folder.include?('mobile')
moudle_path = "#{folder}modules/universal_table/"
if !Dir.exist?(moudle_path) && Dir.exist?(File.dirname(moudle_path))
if Dir.exist?(File.dirname(moudle_path))
Bundler.with_clean_env{system ('cp -r '+ app_path + '/modules/ ' + folder)}
end
end