Skip to content

Commit

Permalink
Add OpenOffice 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed May 21, 2019
1 parent aaacab3 commit 2b3153f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| [Aida64 Engineer **(Aida64En)**](./bucket/Aida64En.json) ||| ✔ (⛔) |
| [Aida64 Extreme **(Aida64)**](./bucket/Aida64.json) ||| ✔ (⛔) |
| [Air Steam Skin **(AirSkin)**](./bucket/AirSkin.json) ||| ✔ (⛔) |
| [Apache Open Office **(OpenOffice)**](./bucket/OpenOffice.json) ||| ✔ (✔) |
| [ArchiSteamFarm **(ArchiSteamFarm)**](./bucket/ArchiSteamFarm.json) ||| ✔ (⛔) |
| [AutoClicker **(AutoClicker)**](./bucket/AutoClicker.json) ||| ✔ (✔) |
| [AutoClickers **(AutoClickers)**](./bucket/AutoClickers.json) ||| ✔ (✔) |
Expand Down
46 changes: 23 additions & 23 deletions TODO/AOpenOffice.json → bucket/OpenOffice.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,45 @@
"license": "Apache-2.0",
"url": "https://archive.apache.org/dist/openoffice/4.1.6/binaries/en-GB/Apache_OpenOffice_4.1.6_Win_x86_install_en-GB.exe#/cosi.7z",
"hash": "sha512:bf4710d2e247dffe42a6ff9f3c76dcfe9b4e5a28f12a8c0e454550287d466b7b98ea8d4b292510df7f58e05707a4c6b51efda2078785cdae81dd1c89eff7aecd",
"pre_install": [
"$file = (Get-ChildItem \"$dir\" '*.msi').FullName",
"extract_msi \"$file\" \"$dir\""
],
"installer": {
"script": [
"Expand-MsiArchive \"$dir\\openoffice$($version -replace '\\.', '').msi\" \"$dir\\App\" -Removal",
"Get-ChildItem \"$dir\" -Exclude 'App' | Remove-Item -Recurse",
"Move-Item \"$dir\\App\\OpenOffice 4\\*\" \"$dir\"",
"Remove-Item \"$dir\\App\" -Recurse"
]
},
"shortcuts": [
[
"OpenOffice\\OpenOffice",
".exe"
],
[
"OpenOffice\\Base",
".exe"
"program\\soffice.exe",
"OpenOffice\\OpenOffice"
],
[
"OpenOffice\\Calc",
".exe"
"program\\sbase.exe",
"OpenOffice\\Base"
],
[
"OpenOffice\\Draw",
".exe"
"program\\scalc.exe",
"OpenOffice\\Calc"
],
[
"OpenOffice\\Impress",
".exe"
"program\\sdraw.exe",
"OpenOffice\\Draw"
],
[
"OpenOffice\\Math",
".exe"
"program\\simpress.exe",
"OpenOffice\\Impress"
],
[
"OpenOffice\\Writer",
".exe"
"program\\smath.exe",
"OpenOffice\\Math"
],
[
"OpenOffice\\Calc",
".exe"
"program\\swriter.exe",
"OpenOffice\\Writer"
]
],
"checkver": "Apache OpenOffice ([\\d\\.]+) released",
"checkver": "Apache OpenOffice ([\\d.]+) released",
"autoupdate": {
"url": "https://archive.apache.org/dist/openoffice/$version/binaries/en-GB/Apache_OpenOffice_$version_Win_x86_install_en-GB.exe#/cosi.7z",
"hash": {
Expand Down

1 comment on commit 2b3153f

@Ash258
Copy link
Owner Author

@Ash258 Ash258 commented on 2b3153f May 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#4

Please sign in to comment.