mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-12 02:20:46 +08:00
📦 Chore(custom): update winget file
This commit is contained in:
@@ -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