mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-10 14:02:47 +00:00
Add SignPath artifact configuration (windows-portable-v1) signing only the first-party binaries orca-slicer.exe and OrcaSlicer.dll, plus verification and inventory scripts. The Windows build job uploads the unsigned portable bundle, submits it to SignPath (test-signing), verifies the returned signatures, and rebuilds the installer/zip from the signed binaries. project-slug matches the SignPath project (OrcaSlicer).
13 lines
330 B
XML
13 lines
330 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<artifact-configuration xmlns="http://signpath.io/artifact-configuration/v1">
|
|
<zip-file>
|
|
<pe-file path="orca-slicer.exe">
|
|
<authenticode-sign />
|
|
</pe-file>
|
|
|
|
<pe-file path="OrcaSlicer.dll">
|
|
<authenticode-sign />
|
|
</pe-file>
|
|
</zip-file>
|
|
</artifact-configuration>
|