Skip to content

Commit

Permalink
github/issue_template: simplify Windows version command
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 committed Feb 25, 2025
1 parent 51e157a commit 5a71d4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/2_bug_report_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ body:
attributes:
label: "Other Information"
description: >
- Windows Version: `ver` (cmd) or
`"$([Environment]::OSVersion)/$((gp 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name CurrentBuild).CurrentBuild).$((gp 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name UBR).UBR)"` (PowerShell)
- Windows Version: `cmd /c ver`
- GPU model, driver and version
- Source of the mpv binary
- Latest version of mpv you know without the problem
Expand Down

0 comments on commit 5a71d4b

Please sign in to comment.