ClashX/fastlane/Fastfile

4 lines
79 B
Ruby

lane :notarize do
app_path = './ClashX.dmg'
notarize(package: app_path)
end