Update generator.license.rb

This commit is contained in:
砍砍
2023-12-27 01:32:01 +08:00
parent 668d9c56be
commit 20f084eec7

View File

@@ -108,11 +108,13 @@ for feature in FEATURE_LIST
license.restrictions[feature] = 2147483647
end
puts "[*] validating license..."
if !license.valid?
puts "[E] license validation failed!"
puts "[E] #{license.errors}"
exit 1
end
puts "[*] license validated"
puts "[*] exporting license file..."