Skip to content

Commit b74aeef

Browse files
committed
Upgrade release Unity version
1 parent 1718d79 commit b74aeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ task :release do
66
version = STDIN.gets.strip
77

88
puts "Exporting unity package...".bold
9-
unity_app = "/Applications/Unity/Hub/Editor/2019.4.19f1/Unity.app"
9+
unity_app = "/Applications/Unity/Hub/Editor/2019.4.28f1/Unity.app"
1010
working_path = `pwd`.strip
1111
proj_path = "#{working_path}/LINE_SDK_Unity"
1212
puts `#{unity_app}/Contents/MacOS/Unity -batchmode -projectPath #{proj_path} -exportPackage Assets/Plugins Assets/LineSDK output.unitypackage -quit`

0 commit comments

Comments
 (0)