1
0
mirror of synced 2024-11-14 14:57:36 +01:00

Temporarily remove Code Signing

This commit is contained in:
Alex Cheer 2022-05-13 20:05:24 +12:00 committed by GitHub
parent 9c7714f01e
commit af2eb05770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,9 +19,6 @@ assembly_info:
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
install:
- ps: iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
- cmd: if "%pwe%" NEQ "" (appveyor-tools\secure-file -decrypt cert.enc -secret %pwe% -salt %senc%)
before_build:
- cmd: premake5.exe vs2017
- ps: >-
@ -31,8 +28,6 @@ before_build:
mv .\OpenParrot\src\OpenParrot2.rc .\OpenParrot\src\OpenParrot.rc
after_build:
- cmd: sign.bat
build:
project: OpenParrot.sln
verbosity: minimal