Skip to content

Commit

Permalink
cleanup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Aug 24, 2022
1 parent 2e593ba commit 91feac9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions scripts/build_anroid_otp-25.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
export OTP_TAG=OTP-25.0.4
export OTP_SOURCE=https://github.com/erlang/otp
mix package.android.runtime
mix package.android.nif
2 changes: 1 addition & 1 deletion build25.sh → scripts/build_ios_otp-25.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
export OTP_TAG=OTP-25.0-rc2
export OTP_TAG=OTP-25.0.4
export OTP_SOURCE=https://github.com/erlang/otp
mix package.ios.runtime

0 comments on commit 91feac9

Please sign in to comment.