mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-03 14:50:57 +08:00
📦 Chore(custom): update winget file
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
|
||||||
|
|
||||||
PackageIdentifier: Kuingsmile.PicList
|
PackageIdentifier: Kuingsmile.PicList
|
||||||
PackageVersion: 3.2.0
|
PackageVersion: 3.2.1
|
||||||
InstallerType: nullsoft
|
InstallerType: nullsoft
|
||||||
Installers:
|
Installers:
|
||||||
- Architecture: x64
|
- Architecture: x64
|
||||||
InstallerUrl: https://github.com/Kuingsmile/PicList/releases/download/v3.2.0/PicList-Setup-3.2.0.exe
|
InstallerUrl: https://github.com/Kuingsmile/PicList/releases/download/v3.2.1/PicList-Setup-3.2.1.exe
|
||||||
InstallerSha256: 7C7122E5EE998601A8A4C10B49D5D0D3AF4049FA2F27537C6A79E93E13128023
|
InstallerSha256: 3C7367BBDDA4BDF6D06E060BA7D87C386F3CF68E2E535B84D14FD3F9B2DB8126
|
||||||
- Architecture: arm64
|
- Architecture: arm64
|
||||||
InstallerUrl: https://github.com/Kuingsmile/PicList/releases/download/v3.2.0/PicList-Setup-3.2.0-arm64.exe
|
InstallerUrl: https://github.com/Kuingsmile/PicList/releases/download/v3.2.1/PicList-Setup-3.2.1-arm64.exe
|
||||||
InstallerSha256: AACA9D06F33F77CDE661DC491632EE73E1B0FA55F5609A99D4B6F9935CEFE7ED
|
InstallerSha256: 88E20EF030E0AF00062E990BB4C2C205D0B969F8D8ED70D515B8ED5758D31147
|
||||||
ManifestType: installer
|
ManifestType: installer
|
||||||
ManifestVersion: 1.9.0
|
ManifestVersion: 1.9.0
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
|
||||||
|
|
||||||
PackageIdentifier: Kuingsmile.PicList
|
PackageIdentifier: Kuingsmile.PicList
|
||||||
PackageVersion: 3.2.0
|
PackageVersion: 3.2.1
|
||||||
PackageLocale: en-US
|
PackageLocale: en-US
|
||||||
Publisher: Kuingsmile
|
Publisher: Kuingsmile
|
||||||
PublisherUrl: https://github.com/Kuingsmile
|
PublisherUrl: https://github.com/Kuingsmile
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
|
||||||
|
|
||||||
PackageIdentifier: Kuingsmile.PicList
|
PackageIdentifier: Kuingsmile.PicList
|
||||||
PackageVersion: 3.2.0
|
PackageVersion: 3.2.1
|
||||||
DefaultLocale: en-US
|
DefaultLocale: en-US
|
||||||
ManifestType: version
|
ManifestType: version
|
||||||
ManifestVersion: 1.9.0
|
ManifestVersion: 1.9.0
|
||||||
@@ -1,5 +1,4 @@
|
|||||||
import crypto from 'node:crypto'
|
import crypto from 'node:crypto'
|
||||||
import os from 'node:os'
|
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
|
|
||||||
import axios from 'axios'
|
import axios from 'axios'
|
||||||
@@ -10,7 +9,7 @@ const version = process.argv[2] || pkg.version
|
|||||||
|
|
||||||
// Configuration
|
// Configuration
|
||||||
const BASE_URL = `https://github.com/Kuingsmile/PicList/releases/download/v${version}`
|
const BASE_URL = `https://github.com/Kuingsmile/PicList/releases/download/v${version}`
|
||||||
const DOWNLOAD_DIR = process.argv[3] || path.join(os.homedir(), 'Downloads')
|
const DOWNLOAD_DIR = path.join('R:\\Downloads')
|
||||||
// File information
|
// File information
|
||||||
const files = [
|
const files = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user