mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42: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
|
||||
|
||||
PackageIdentifier: Kuingsmile.PicList
|
||||
PackageVersion: 3.2.0
|
||||
PackageVersion: 3.2.1
|
||||
InstallerType: nullsoft
|
||||
Installers:
|
||||
- Architecture: x64
|
||||
InstallerUrl: https://github.com/Kuingsmile/PicList/releases/download/v3.2.0/PicList-Setup-3.2.0.exe
|
||||
InstallerSha256: 7C7122E5EE998601A8A4C10B49D5D0D3AF4049FA2F27537C6A79E93E13128023
|
||||
InstallerUrl: https://github.com/Kuingsmile/PicList/releases/download/v3.2.1/PicList-Setup-3.2.1.exe
|
||||
InstallerSha256: 3C7367BBDDA4BDF6D06E060BA7D87C386F3CF68E2E535B84D14FD3F9B2DB8126
|
||||
- Architecture: arm64
|
||||
InstallerUrl: https://github.com/Kuingsmile/PicList/releases/download/v3.2.0/PicList-Setup-3.2.0-arm64.exe
|
||||
InstallerSha256: AACA9D06F33F77CDE661DC491632EE73E1B0FA55F5609A99D4B6F9935CEFE7ED
|
||||
InstallerUrl: https://github.com/Kuingsmile/PicList/releases/download/v3.2.1/PicList-Setup-3.2.1-arm64.exe
|
||||
InstallerSha256: 88E20EF030E0AF00062E990BB4C2C205D0B969F8D8ED70D515B8ED5758D31147
|
||||
ManifestType: installer
|
||||
ManifestVersion: 1.9.0
|
||||
@@ -2,7 +2,7 @@
|
||||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
|
||||
|
||||
PackageIdentifier: Kuingsmile.PicList
|
||||
PackageVersion: 3.2.0
|
||||
PackageVersion: 3.2.1
|
||||
PackageLocale: en-US
|
||||
Publisher: 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
|
||||
|
||||
PackageIdentifier: Kuingsmile.PicList
|
||||
PackageVersion: 3.2.0
|
||||
PackageVersion: 3.2.1
|
||||
DefaultLocale: en-US
|
||||
ManifestType: version
|
||||
ManifestVersion: 1.9.0
|
||||
@@ -1,5 +1,4 @@
|
||||
import crypto from 'node:crypto'
|
||||
import os from 'node:os'
|
||||
import path from 'node:path'
|
||||
|
||||
import axios from 'axios'
|
||||
@@ -10,7 +9,7 @@ const version = process.argv[2] || pkg.version
|
||||
|
||||
// Configuration
|
||||
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
|
||||
const files = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user