File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -41,25 +41,26 @@ body:
4141 - type : input
4242 attributes :
4343 label : Flow Launcher Version
44- description : Go to "Settings" => "About".
45- value : v1.8.3
44+ description : Go to "Settings" => "About". If you are using a prerelease version please append the build number.
45+ placeholder : " Example: 1.11.0"
46+ validations :
47+ required : true
4648
4749 - type : input
4850 attributes :
4951 label : Windows Build Number
50- description : Run "ver" at CMD (command prompt).
51- value : 10.0.19043.1288
52+ description : Run "ver" at CMD (command prompt) or go to Windows Settings -> Systems -> About.
53+ placeholder : " Example: 10.0.19043.1288"
54+ validations :
55+ required : true
56+
5257
5358 - type : textarea
5459 id : logs
5560 attributes :
5661 label : Error Log
5762 description : >
58- Log file place:
59-
60- - The latest version place: `%AppData%\FlowLauncher\Logs\<version>\<date>.txt`
61-
62- - For portable mode: `%LocalAppData%\FlowLauncher\<App-Version>\UserData\Logs\<version>\<date>.txt`
63+ From flow type 'open log location' and find log file with the corresponding date containing the error info.
6364 value : >
6465 <details>
6566
You can’t perform that action at this time.
0 commit comments