mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
garnet@1.0.60: Fix manifest (#6640)
This commit is contained in:
parent
370f585976
commit
b569790adf
@ -4,7 +4,7 @@
|
|||||||
"homepage": "https://microsoft.github.io/garnet",
|
"homepage": "https://microsoft.github.io/garnet",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"notes": [
|
"notes": [
|
||||||
"Garnet requires .NET 8 SDK.",
|
"Garnet requires .NET 9 SDK.",
|
||||||
"Existing Redis clients are compatible with Garnet.",
|
"Existing Redis clients are compatible with Garnet.",
|
||||||
"config directory is created for storing persist files conveniently.",
|
"config directory is created for storing persist files conveniently.",
|
||||||
"To run Garnet with configuration file, For garnet.conf file format:",
|
"To run Garnet with configuration file, For garnet.conf file format:",
|
||||||
@ -13,7 +13,7 @@
|
|||||||
"GarnetServer.exe --config-import-path redis.conf --config-import-format RedisConf"
|
"GarnetServer.exe --config-import-path redis.conf --config-import-format RedisConf"
|
||||||
],
|
],
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"dotnet8-sdk": "main/dotnet-sdk"
|
"dotnet-sdk": "main/dotnet-sdk"
|
||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
@ -25,6 +25,8 @@
|
|||||||
"hash": "a210b7f7ed86d2037abf1a6a49b6d54a4d473ca4f8e23fa600b220e699f8937f"
|
"hash": "a210b7f7ed86d2037abf1a6a49b6d54a4d473ca4f8e23fa600b220e699f8937f"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extract_dir": "net9.0",
|
||||||
|
"post_install": "Remove-Item -Path \"$dir\\Service\" -Recurse -Force -ErrorAction SilentlyContinue",
|
||||||
"bin": "GarnetServer.exe",
|
"bin": "GarnetServer.exe",
|
||||||
"persist": [
|
"persist": [
|
||||||
"garnet.conf",
|
"garnet.conf",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user