Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2022-01-24 00:42:29 +0300
committerOliver Schneider <oliver@assarbad.net>2022-01-24 00:42:29 +0300
commit6fc7c197cdf956a451d8ae7f21fb719e01581e0b (patch)
tree79ba04056ad4ce1996cde1fe30b7880697f35ed5 /Premake4.vs8.vcproj
parent0eeaebeb530b827ea78baf2a8f3507c0b560a13e (diff)
Somehow code-signing with Certum's smartcard doesn't work inside a VM, thisWDS-built-hg-r871
should allow me to sign manually while retaining as much automation as possible otherwise. This moves the signing step from the post-build command into release.cmd --HG-- branch : WDS-build
Diffstat (limited to 'Premake4.vs8.vcproj')
-rw-r--r--Premake4.vs8.vcproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/Premake4.vs8.vcproj b/Premake4.vs8.vcproj
index 34a65df..1a911b2 100644
--- a/Premake4.vs8.vcproj
+++ b/Premake4.vs8.vcproj
@@ -271,7 +271,6 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="ollisign.cmd -2 &quot;$(TargetPath)&quot; &quot;https://sourceforge.net/projects/premake4-wds/&quot; &quot;premake4&quot;"
/>
</Configuration>
</Configurations>
@@ -291,7 +290,7 @@
>
</File>
<File
- RelativePath="README.txt"
+ RelativePath="README.upstream.txt"
>
</File>
<File
@@ -489,6 +488,10 @@
RelativePath="src\actions\vstudio\vs2019.lua"
>
</File>
+ <File
+ RelativePath="src\actions\vstudio\vs2022.lua"
+ >
+ </File>
</Filter>
<Filter
Name="xcode"