| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ body: | |||
| 19 | 19 | label: Platform | |
| 20 | 20 | description: | | |
| 21 | 21 | UNIX: output of `uname -a` | |
| 22 | - Windows: output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in PowerShell console | ||
| 22 | + Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console | ||
| 23 | 23 | - type: input | |
| 24 | 24 | attributes: | |
| 25 | 25 | label: Subsystem | |
| Back | FazBrowse Home | New Git URL |
0 commit comments