mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
update path of zipalign tool
This commit is contained in:
@@ -340,7 +340,7 @@ EOS
|
||||
end
|
||||
|
||||
App.info 'Align', archive
|
||||
sh "\"#{App.config.sdk_path}/tools/zipalign\" -f 4 \"#{archive}\" \"#{archive}-aligned\""
|
||||
sh "\"#{App.config.sdk_path}/build-tools/20.0.0/zipalign\" -f 4 \"#{archive}\" \"#{archive}-aligned\""
|
||||
sh "/bin/mv \"#{archive}-aligned\" \"#{archive}\""
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user