Skip to content

Commit

Permalink
Add SECURITY.md to installer-related files
Browse files Browse the repository at this point in the history
  • Loading branch information
YaSuenag committed Dec 2, 2023
1 parent e904b4f commit bfb88b0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Installer/Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
}
"Entry"
{
"MsmKey" = "8:_E61B02ADA5B74B219FEE66C6BB86ABAC"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_7E1119B957124B09883E727B6817AD17"
"MsmSig" = "8:_UNDEFINED"
Expand Down Expand Up @@ -197,6 +203,26 @@
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E61B02ADA5B74B219FEE66C6BB86ABAC"
{
"SourcePath" = "8:..\\SECURITY.md"
"TargetName" = "8:SECURITY.md"
"Tag" = "8:"
"Folder" = "8:_94D5B72B21EF48D697B10AD74417285E"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
}
"FileType"
{
Expand Down
1 change: 1 addition & 0 deletions zip-packaging.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Remove-Item -Recurse -Force $destdir*
New-Item $destdir -itemType Directory
Copy-Item $solutiondir\x64\Release\SimpleCom.exe $destdir
Copy-Item $solutiondir\README.md $destdir
Copy-Item $solutiondir\SECURITY.md $destdir
Copy-Item $solutiondir\fragments.json $destdir

[Reflection.Assembly]::LoadWithPartialName("System.IO.Compression.FileSystem")
Expand Down

0 comments on commit bfb88b0

Please sign in to comment.