mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Update solution paths
This commit is contained in:
parent
574de39b0d
commit
70a02d27a9
@ -49,12 +49,12 @@ desc 'Deploy to play store'
|
|||||||
desc 'Compile the project'
|
desc 'Compile the project'
|
||||||
lane :build do |options|
|
lane :build do |options|
|
||||||
nuget_restore(
|
nuget_restore(
|
||||||
project_path: 'osu.Android.sln'
|
project_path: 'osu.sln'
|
||||||
)
|
)
|
||||||
|
|
||||||
souyuz(
|
souyuz(
|
||||||
build_configuration: 'Release',
|
build_configuration: 'Release',
|
||||||
solution_path: 'osu.Android.sln',
|
solution_path: 'osu.sln',
|
||||||
platform: "android",
|
platform: "android",
|
||||||
output_path: "osu.Android/bin/Release/",
|
output_path: "osu.Android/bin/Release/",
|
||||||
keystore_path: options[:keystore_path],
|
keystore_path: options[:keystore_path],
|
||||||
@ -70,7 +70,7 @@ desc 'Deploy to play store'
|
|||||||
android_build = split.join('')
|
android_build = split.join('')
|
||||||
|
|
||||||
app_version(
|
app_version(
|
||||||
solution_path: 'osu.Android.sln',
|
solution_path: 'osu.sln',
|
||||||
version: options[:version],
|
version: options[:version],
|
||||||
build: android_build,
|
build: android_build,
|
||||||
)
|
)
|
||||||
@ -106,7 +106,7 @@ platform :ios do
|
|||||||
desc 'Compile the project'
|
desc 'Compile the project'
|
||||||
lane :build do
|
lane :build do
|
||||||
nuget_restore(
|
nuget_restore(
|
||||||
project_path: 'osu.iOS.sln'
|
project_path: 'osu.sln'
|
||||||
)
|
)
|
||||||
|
|
||||||
souyuz(
|
souyuz(
|
||||||
|
Loading…
Reference in New Issue
Block a user