diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/build.yml | 4 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78720df2..9a97bc68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -1,4 +1,4 @@ | |||
1 | name: Build WiX Toolset v6 | 1 | name: Build WiX Toolset v7 |
2 | 2 | ||
3 | on: | 3 | on: |
4 | push: | 4 | push: |
@@ -63,7 +63,7 @@ jobs: | |||
63 | # client-id: ${{ secrets.WIX_SIGNING_CLIENTID }} | 63 | # client-id: ${{ secrets.WIX_SIGNING_CLIENTID }} |
64 | # tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }} | 64 | # tenant-id: ${{ secrets.WIX_SIGNING_TENANTID }} |
65 | 65 | ||
66 | - name: Build wix6 | 66 | - name: Build wix7 |
67 | shell: cmd | 67 | shell: cmd |
68 | run: ./src/build_official.cmd | 68 | run: ./src/build_official.cmd |
69 | env: | 69 | env: |
@@ -13,6 +13,8 @@ If you're new to WiX, check out our [Quick Start](https://docs.firegiant.com/qui | |||
13 | 13 | ||
14 | ## Open Source Maintenance Fee | 14 | ## Open Source Maintenance Fee |
15 | 15 | ||
16 | <a href="https://opensourcemaintenancefee.org/"><img src='https://github.com/wixtoolset/.github/blob/master/profile/images/osmf-logo-square-dark.png' height='146' align='right' /></a> | ||
17 | |||
16 | To ensure the long-term sustainability of this project, use of the WiX Toolset requires an [Open Source Maintenance Fee](https://opensourcemaintenancefee.org). While the source code is freely available under the terms of the [LICENSE](./LICENSE.TXT), all other aspects of the project--including opening or commenting on issues, participating in discussions and downloading releases--require [adherence to the Maintenance Fee](./OSMFEULA.txt). | 18 | To ensure the long-term sustainability of this project, use of the WiX Toolset requires an [Open Source Maintenance Fee](https://opensourcemaintenancefee.org). While the source code is freely available under the terms of the [LICENSE](./LICENSE.TXT), all other aspects of the project--including opening or commenting on issues, participating in discussions and downloading releases--require [adherence to the Maintenance Fee](./OSMFEULA.txt). |
17 | 19 | ||
18 | In short, if you use this project to generate revenue, the [Maintenance Fee is required](./OSMFEULA.txt). | 20 | In short, if you use this project to generate revenue, the [Maintenance Fee is required](./OSMFEULA.txt). |