Skip to content

Commit

Permalink
chore: add [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqian committed Jan 25, 2024
1 parent b2cb4a5 commit 628f3d3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bucket/Noi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"##": "Noi",
"version": "0.2.0",
"description": "🦄 AI + Tools + Plugins + Community",
"homepage": "https://github.com/lencx/Noi",
"license": {
"identifier": "Proprietary",
"url": "https://github.com/lencx"
},
"url": "https://github.com/lencx/Noi/releases/download/v0.2.0/Noi-win32-x64-0.2.0-setup.exe#/dl.7z",
"hash": "ea0026f32a3b0efc73d0bbed405df0d2d4b3b06f370fc7056239ad8ff01272cf",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/lencx/Noi/releases/download/v$version/Noi-win32-x64-$version-setup.exe#/dl.7z"
},
"pre_install": [
"Move-Item \"$dir\\noi-*-full.nupkg\" \"$dir\\noi-full.nupkg\"; Remove-Item \"$dir\\*\" -Exclude 'noi-full.nupkg'",
"Expand-7zipArchive \"$dir\\noi-full.nupkg\" $dir -ExtractDir 'lib\\net45' -Removal"
],
"shortcuts": [
[
"Noi.exe",
"Noi"
]
],
"bin": [
"Noi.exe"
]
}

0 comments on commit 628f3d3

Please sign in to comment.