Skip to content

Commit

Permalink
openelement: add version 1.57.R9 (#9346)
Browse files Browse the repository at this point in the history
* Created authme.json

* add "architecture"

* Update authme.json

* Update authme.json

* Delete authme.json

* Add files via upload

* Update open-element.json

* Update open-element.json

* Update open-element.json

* Update open-element.json

* Update open-element.json

* Update open-element.json

* Update open-element.json

* Update open-element.json

* Update open-element.json

* Update open-element.json

- Windows powershell 5.x compatibility
- Extraction without elevate permission

* Rename open-element.json to openelement.json

* Update openelement.json

---------

Co-authored-by: Zliced13 <101912712+KrisSchneider@users.noreply.github.com>
Co-authored-by: HUMORCE <humorce@outlook.com>
  • Loading branch information
3 people authored Apr 16, 2023
1 parent 80eab91 commit e96b5c1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/openelement.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "1.57.R9",
"homepage": "https://openelement.uk/",
"description": "A website editor that lets you have total control. Modify any element and style the way you want.",
"license": "Freeware",
"url": "https://openelement.uk/Files/Other/openElement.exe",
"hash": "22f33f86128b59d3911702150eda6438c2275065c765ee550491a601ff568ae6",
"pre_install": [
"$env:__COMPAT_LAYER='RunAsInvoker'; Start-Process \"$dir\\$fname\" -Wait -WindowStyle 'Hidden' -Args @('/extract', '/exenoui')",
"Get-ChildItem \"$dir\" -Directory | Rename-Item -NewName '_EXTRACTED'",
"Get-ChildItem \"$dir\\_EXTRACTED\\*\" | Move-Item -Destination \"$dir\" -Force",
"Remove-Item \"$dir\\_EXTRACTED\", \"$dir\\openElement.msi\", \"$dir\\Uninstall.exe\", \"$dir\\updater.exe\" -Force -Recurse"
],
"shortcuts": [
[
"openElement.exe",
"openElement"
]
],
"checkver": {
"url": "https://openelement.uk/Download.htm",
"regex": "\">([\\d.]+)\\s([\\w]+)\\s",
"replace": "$1.$2"
},
"autoupdate": {
"url": "https://openelement.uk/Files/Other/openElement.exe"
}
}

0 comments on commit e96b5c1

Please sign in to comment.