mirror of
https://github.com/yusufipk/RepoHub.git
synced 2026-09-12 02:56:07 +00:00
fix: correct Windows package installation script generation
- Fixed package identifier usage: now uses `name` field (winget ID) instead of `id` field throughout Windows script - Enhanced error handling with exit code checking and consistent [OK]/[ERROR] prefixes for better visibility - Standardized PowerShell string quotes to single quotes for consistency
This commit is contained in:
@@ -17,6 +17,7 @@ export interface Package {
|
||||
platform?: string | Platform
|
||||
platform_id?: string
|
||||
repository: 'official' | 'third-party'
|
||||
download_url?: string
|
||||
lastUpdated?: string
|
||||
downloads?: number
|
||||
popularity?: number
|
||||
|
||||
Reference in New Issue
Block a user