You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/new_package.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,13 @@ body:
33
33
label: Package type
34
34
description: |
35
35
- **`ZIP_EXE`** - An executable tool distributed in a ZIP file
36
+
- **`INSTALLER_EXE`** - An installer distributed as an EXE file
36
37
- **`SINGLE_EXE`** - An executable tool (not an installer for the tool) distributed via direct/raw download
37
38
- **`SINGLE_PS1`** - A PowerShell script distributed via direct/raw download
38
39
- **`OTHER/UNKNOWN`** - A tool distributed in a different way than the ones described above. For example, an EXE or MSI installer for the tool. It is required that you provide details of how the tool is installed in the `Extra information` section. Note this type does not support automation, a PR would be appreciated!
39
40
options:
40
41
- ZIP_EXE
42
+
- INSTALLER_EXE
41
43
- SINGLE_EXE
42
44
- SINGLE_PS1
43
45
- OTHER/UNKNOWN
@@ -135,6 +137,12 @@ body:
135
137
label: Download SHA256 Hash
136
138
description: |
137
139
SHA256 hash of the `.zip` file downloaded from the download url introduced in the previous field. The hash is used for verification purposes. Example: `62af5cce80dbbf5cdf961ec9515549334a2112056d4168fced75c892c24baa95 `
140
+
- type: input
141
+
id: target_file
142
+
attributes:
143
+
label: Main EXE file
144
+
description: |
145
+
Main EXE file name or path under the installed tool folder. Example: `bin\x86\tool.exe` or `tool.exe`
0 commit comments