From 81720bd3816db21b8c4928729fec9fc004cde102 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Sun, 29 Sep 2024 01:50:12 +0000 Subject: [PATCH 1/2] [ci skip] Fix GH Actions syntax --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8114067..5e7b264 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -340,6 +340,7 @@ jobs: output-artifact-directory: signed - name: Update Release uses: softprops/action-gh-release@v2 - files: signed/Tonbrett.msix + with: + files: signed/Tonbrett.msix - name: Upload to winget uses: ./.github/workflows/winget.yml From b58ec1c3f02fab44d5eb2b11f412d7428deb282f Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Sun, 29 Sep 2024 01:53:34 +0000 Subject: [PATCH 2/2] [ci skip] Update README.md to mention SignPath --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a0bace4..26f0872 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,13 @@ Note that some downloads are only available to beta testers: Other downloads can be found [here](https://github.com/DRSchlaubi/Tonbrett/releases/latest) Google Play and the Google Play logo are trademarks of Google LLC. + +# Code Signing policy + +Free Windows code signing provided by [SignPath.io](https://about.signpath.io/), certificate by [SignPath Foundation](https://signpath.org/) + +This project is run by [Michael Rittmeister](https://schlau.bi) as the sole Maintainer and reviewer + +# Privacy policy + +You can refer to the projects privacy [here](PRIVACY.md)