Skip to content

Commit

Permalink
Update LibreOffice and apktool to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Dec 15, 2023
1 parent d5d04a9 commit cd00082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/download/http.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Get-FileFromUri -uri "https://digitalcorpora.s3.amazonaws.com/downloads/bulk_ext
& "$env:ProgramFiles\7-Zip\7z.exe" x -aoa "$SETUP_PATH\bulk_extractor.zip" -o"$TOOLS\bulk_extractor" | Out-Null

# https://www.libreoffice.org/download/download-libreoffice/
Get-FileFromUri -uri "https://download.documentfoundation.org/libreoffice/stable/7.6.3/win/x86_64/LibreOffice_7.6.3_Win_x86-64.msi" -FilePath ".\downloads\LibreOffice.msi"
Get-FileFromUri -uri "https://download.documentfoundation.org/libreoffice/stable/7.6.4/win/x86_64/LibreOffice_7.6.4_Win_x86-64.msi" -FilePath ".\downloads\LibreOffice.msi"

# https://www.python.org/downloads/
Get-FileFromUri -uri "https://www.python.org/ftp/python/3.11.7/python-3.11.7-amd64.exe" -FilePath ".\downloads\python3.exe"
Expand Down Expand Up @@ -205,7 +205,7 @@ if (Test-Path -Path $TOOLS\javafx-sdk) {
Move-Item $TOOLS\javafx-sdk-* $TOOLS\javafx-sdk

# https://bitbucket.org/iBotPeaches/apktool/downloads/
Get-FileFromUri -uri "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.0.jar" -FilePath ".\downloads\apktool.jar"
Get-FileFromUri -uri "https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.1.jar" -FilePath ".\downloads\apktool.jar"
Copy-Item ".\downloads\apktool.jar" "$TOOLS\bin\apktool.jar" -Force
Copy-Item "setup\utils\apktool.bat" "$TOOLS\bin\apktool.bat" -Force

Expand Down

0 comments on commit cd00082

Please sign in to comment.