mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix internal path
This commit is contained in:
parent
d7557bf082
commit
f358d75a4f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue