Skip to content

Commit

Permalink
xplorer: add version 0.3.1 (#9185)
Browse files Browse the repository at this point in the history
* xplorer: add version 0.3.1

* Fix checkver & Add notes

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
  • Loading branch information
SonaliBendre and HUMORCE authored Apr 16, 2023
1 parent e96b5c1 commit 1db2c00
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions bucket/xplorer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "0.3.1",
"description": "A customizable, modern file manager powered by the web.",
"homepage": "https://xplorer.space/",
"license": "Apache-2.0",
"notes": "Please note that the current version is not stable yet, and you may encounter various bugs.",
"architecture": {
"64bit": {
"url": "https://github.com/kimlimjustin/xplorer/releases/download/v0.3.1/Xplorer_0.3.1_x64.msi",
"hash": "fe7dcfb53ac8ecebf390e29d087424c8d40aa42ea225ec4fef121cbf7b557d99"
}
},
"pre_install": [
"Move-Item \"$dir\\PFiles\\Xplorer\\*\", \"$dir\\System64\\*\" $dir\\",
"Remove-Item \"$dir\\PFiles\\\", \"$dir\\System64\\\" -Force -Recurse"
],
"bin": "Xplorer.exe",
"shortcuts": [
[
"Xplorer.exe",
"Xplorer"
]
],
"checkver": {
"github": "https://github.com/kimlimjustin/xplorer"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kimlimjustin/xplorer/releases/download/v$version/Xplorer_$version_x64.msi"
}
}
}
}

0 comments on commit 1db2c00

Please sign in to comment.