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:
41
41
- type : input
42
42
attributes :
43
43
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
46
48
47
49
- type : input
48
50
attributes :
49
51
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
+
52
57
53
58
- type : textarea
54
59
id : logs
55
60
attributes :
56
61
label : Error Log
57
62
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.
63
64
value : >
64
65
<details>
65
66
You can’t perform that action at this time.
0 commit comments