mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-30 17:31:58 +00:00
Fix internal path
This commit is contained in:
parent
d7557bf082
commit
f358d75a4f
@ -60,6 +60,6 @@ lane :build_for_appstore do |options|
|
||||
)
|
||||
end
|
||||
|
||||
if File.exists?("../../Telegram-iOS-Shared/fastlane/Fastfile")
|
||||
import "../../Telegram-iOS-Shared/fastlane/Fastfile"
|
||||
if File.exists?("buildbox/transient-data/telegram-ios-shared/fastlane/Fastfile")
|
||||
import "buildbox/transient-data/telegram-ios-shared/fastlane/Fastfile"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user