mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"version": "5.1.12",
|
|
"description": "Image and photo editor",
|
|
"homepage": "https://www.getpaint.net",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://www.getpaint.net/license.html"
|
|
},
|
|
"notes": "Windows 7 SP1 and Windows 8.1 are no longer supported.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/paintdotnet/release/releases/download/v5.1.12/paint.net.5.1.12.portable.x64.zip",
|
|
"hash": "d5ae7043f2fb9d365b48dfe243a2aca1c74924de99b04b6445916c95354aefa3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/paintdotnet/release/releases/download/v5.1.12/paint.net.5.1.12.portable.arm64.zip",
|
|
"hash": "315f305f83add2063cb6f4e8d5d8ccb4c63c7ec818d65d459d451b91c0329a9b"
|
|
}
|
|
},
|
|
"pre_install": "if(!(Test-Path \"$persist_dir\\PaintDotNet.AppSettings.json\")) {New-Item \"$dir\\PaintDotNet.AppSettings.json\" -ItemType File | Out-Null}",
|
|
"bin": "paintdotnet.exe",
|
|
"shortcuts": [
|
|
[
|
|
"PaintDotNet.exe",
|
|
"paint.net"
|
|
]
|
|
],
|
|
"persist": [
|
|
"Effects",
|
|
"FileTypes",
|
|
"Shapes",
|
|
"UserFiles",
|
|
"PaintDotNet.AppSettings.json"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/paintdotnet/release/"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/paintdotnet/release/releases/download/v$version/paint.net.$version.portable.x64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/paintdotnet/release/releases/download/v$version/paint.net.$version.portable.arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|