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/release/windows-antimalware-analysis.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,12 @@ As those eventually do pull through, we can't do much about it.
11
11
12
12
## Submitting a file for analysis
13
13
14
-
After going through the [release procedure](release-procedure.md), we need to submit the MSI installer for analysis.
15
-
Download the `scala-cli-x86_64-pc-win32.msi` and upload it using this [service](https://www.microsoft.com/en-us/wdsi/filesubmission).
16
-
14
+
After going through the [release procedure](release-procedure.md), we need to submit the MSI installer
15
+
and the EXE launcher for analysis:
16
+
-[ ] Download the `scala-cli-x86_64-pc-win32.msi` and upload it using [this service](https://www.microsoft.com/en-us/wdsi/filesubmission).
17
+
-[ ] Download the `scala-cli-x86_64-pc-win32.zip`, extract it and upload `scala-cli.exe` using [the same service](https://www.microsoft.com/en-us/wdsi/filesubmission).
17
18
You will need to log in using your company account authorised by the VirtusLab IT division.
18
-
If you don't have one or if the one you do have doesn't have the right permissions
19
+
If you don't have one or if the one you do have doesn't have the right permissions
19
20
(even though you are a maintainer of the Scala CLI repository), be sure to reach out to IT.
20
21
21
22
## Submission form
@@ -48,13 +49,20 @@ Microsoft Defender SmartScreen prevented an unrecognised app from starting.
48
49
The version number for the Scala CLI release.
49
50
50
51
#### Additional information
51
-
Paste the following, fixing swapping out the version number and release link accordingly.
52
+
When uploading the installer (`*.msi`), paste the following, fixing swapping out the version number and release link accordingly.
52
53
```text
53
54
This is the Scala CLI v<version number> installer for Microsoft Windows.
54
55
Scala CLI is the official runner of the Scala programming language.
55
56
For more information check https://github.com/VirtusLab/scala-cli/releases/tag/v<version number>
56
57
```
57
58
59
+
For the launcher (`*.exe`), use the (almost identical) following text:
60
+
```text
61
+
This is the Scala CLI v<version number> launcher for Microsoft Windows.
62
+
Scala CLI is the official runner of the Scala programming language.
63
+
For more information check https://github.com/VirtusLab/scala-cli/releases/tag/v<version number>
0 commit comments