Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
izzy2fancy authored Dec 19, 2023
1 parent 63cb859 commit e33e1a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ android {
buildConfigField "String", "TERMUX_PACKAGE_VARIANT", "\"" + project.ext.packageVariant + "\"" // Used by TermuxApplication class

manifestPlaceholders.TERMUX_PACKAGE_NAME = "com.termux"
manifestPlaceholders.TERMUX_APP_NAME = "sm64ex-coop builder Termux"
manifestPlaceholders.TERMUX_APP_NAME = "SM64 Builder"
manifestPlaceholders.TERMUX_API_APP_NAME = "Termux:API"
manifestPlaceholders.TERMUX_BOOT_APP_NAME = "Termux:Boot"
manifestPlaceholders.TERMUX_FLOAT_APP_NAME = "Termux:Float"
Expand Down Expand Up @@ -182,7 +182,7 @@ def downloadBootstrap(String arch, String expectedChecksum, String version) {
}
}

def remoteUrl = "https://github.com/izzy2fancy/termux-packages/releases/download/Bootstrap-OMM/bootstrap-" + arch + ".zip"
def remoteUrl = "https://github.com/izzy2fancy/termux-packages/releases/download/Bootstrap-SM64-Builder/bootstrap-" + arch + ".zip"
logger.quiet("Downloading " + remoteUrl + " ...")

file.parentFile.mkdirs()
Expand Down

0 comments on commit e33e1a6

Please sign in to comment.