| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "version": "7.3.1.3",
- "description": "Powerful office suite",
- "homepage": "https://libreoffice.org/",
- "license": "MPL-2.0",
- "suggest": {
- "vcredist": "extras/vcredist2015"
- },
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/7.3.1.3/portable/LibreOfficePortable_7.3.1_MultilingualAll.paf.exe#/dl.7z",
- "hash": "b65b454beaf6e4d59ce1fad35b5b7ed3fbffba2dc8a8e8d16e189d4b76fa4e33",
- "pre_install": [
- "if (!(Test-Path \"$persist_dir\\Data\\settings\")) {",
- " New-Item \"$dir\\Data\\settings\\LibreOfficePortableSettings.ini\" -Value \"[LibreOfficePortableSettings]`nInvalidPackageWarningShown=$version.0\" -Force | Out-Null",
- " if (Test-Path \"$env:AppData\\LibreOffice\") {",
- " info \"Copying old '$env:AppData\\LibreOffice' to '$persist_dir\\Data\\settings'\"",
- " Get-Item \"$env:AppData\\LibreOffice\\*\\*\" | Copy-Item -Destination \"$dir\\Data\\settings\" -Recurse -Force",
- " } else {",
- " Copy-Item \"$dir\\App\\DefaultData\\*\" \"$dir\\Data\" -Recurse -Force",
- " }",
- "}",
- "Remove-Item \"$dir\\`$*\" -Recurse -Force"
- ],
- "shortcuts": [
- [
- "LibreOfficePortable.exe",
- "LibreOffice\\LibreOffice"
- ],
- [
- "LibreOfficeBasePortable.exe",
- "LibreOffice\\LibreOffice Base"
- ],
- [
- "LibreOfficeCalcPortable.exe",
- "LibreOffice\\LibreOffice Calc"
- ],
- [
- "LibreOfficeDrawPortable.exe",
- "LibreOffice\\LibreOffice Draw"
- ],
- [
- "LibreOfficeImpressPortable.exe",
- "LibreOffice\\LibreOffice Impress"
- ],
- [
- "LibreOfficeMathPortable.exe",
- "LibreOffice\\LibreOffice Math"
- ],
- [
- "LibreOfficeWriterPortable.exe",
- "LibreOffice\\LibreOffice Writer"
- ]
- ],
- "persist": "Data",
- "checkver": {
- "url": "https://download.documentfoundation.org/libreoffice/portable/?C=M;O=D",
- "regex": ">([\\d.]+)/<"
- },
- "autoupdate": {
- "url": "https://downloadarchive.documentfoundation.org/libreoffice/old/$version/portable/LibreOfficePortable_$version_MultilingualAll.paf.exe#/dl.7z",
- "hash": {
- "url": "$url.sha256"
- }
- }
- }
|