Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing PRODUCT_PUBLISHER field in installer #51

Merged
merged 1 commit into from May 1, 2018

Conversation

jkunkee
Copy link
Contributor

@jkunkee jkunkee commented Apr 27, 2018

This patch adds the PRODUCT_PUBLISHER variable to the buildtap.py invocation of MakeNSIS. It also allows for MakeNSIS invocations with spaces in them.

This should address the fact that Product Publisher in Programs and Features is ${PRODUCT_PUBLISHER} instead of "OpenVPN Technologies, Inc." as reported on IRC.

On Windows, the Product Publisher in Programs and Features is listed as
`${PRODUCT_PUBLISHER}` instead of "OpenVPN Technologies, Inc." as
reported on IRC.

This patch adds the `PRODUCT_PUBLISHER` variable to the buildtap.py
invocation of MakeNSIS. It also allows for `MakeNSIS` invocations with
spaces in them.
@mattock
Copy link
Member

mattock commented Apr 29, 2018

Looks good. I assume the extra quotes are because value of PRODUCT_PUBLISHER has spaces in it?

@jkunkee
Copy link
Contributor Author

jkunkee commented Apr 29, 2018 via email

@mattock mattock merged commit 5b528cc into OpenVPN:master May 1, 2018
@jkunkee jkunkee deleted the fix-product_publisher branch May 2, 2018 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants