Update personal_diploma.gemspec

This commit is contained in:
chiu 2019-08-21 17:18:54 +08:00
parent 9cf93574ad
commit ee631ba9a8
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ template_path = ENV['PWD'] + '/app/templates'
all_template = Dir.glob(template_path+'/*/')
#puts 'copying module'
all_template.each do |folder|
puts folder[0..-1]
if folder[0..-1] != 'mobile'
puts folder.split('/')[-1][0...-1]
if folder.split('/')[-1][0...-1] != 'mobile'
begin
system ('cp -r '+ app_path + '/modules/ ' + folder)
rescue