We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1718d79 commit b74aeefCopy full SHA for b74aeef
Rakefile
@@ -6,7 +6,7 @@ task :release do
6
version = STDIN.gets.strip
7
8
puts "Exporting unity package...".bold
9
- unity_app = "/Applications/Unity/Hub/Editor/2019.4.19f1/Unity.app"
+ unity_app = "/Applications/Unity/Hub/Editor/2019.4.28f1/Unity.app"
10
working_path = `pwd`.strip
11
proj_path = "#{working_path}/LINE_SDK_Unity"
12
puts `#{unity_app}/Contents/MacOS/Unity -batchmode -projectPath #{proj_path} -exportPackage Assets/Plugins Assets/LineSDK output.unitypackage -quit`
0 commit comments