mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-08-09 03:39:28 +08:00
16 lines
587 B
XML
16 lines
587 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<artifact-configuration xmlns="http://signpath.io/artifact-configuration/v1">
|
|
<parameters>
|
|
<parameter name="version" required="true" />
|
|
</parameters>
|
|
<pe-file path="crossdesk-win-x64-${version}.exe"
|
|
product-name="CrossDesk"
|
|
product-version="${version}"
|
|
file-version="${version}"
|
|
company-name="CrossDesk"
|
|
copyright="Copyright (C) CrossDesk contributors"
|
|
original-filename="crossdesk-win-x64-${version}.exe">
|
|
<authenticode-sign />
|
|
</pe-file>
|
|
</artifact-configuration>
|