Commit 50ad163b authored by Rane Squires's avatar Rane Squires

change formatting on input tags

parent f8c165e9
Pipeline #62 canceled with stages
...@@ -33,14 +33,14 @@ ...@@ -33,14 +33,14 @@
## (Mac) destinationFolder=/Applications ## (Mac) destinationFolder=/Applications
## ##
destinationFolder=<%=install_destination %> destinationFolder=<%= $install_destination %>
## ##
## SPECIFY FILE INSTALLATION KEY ## SPECIFY FILE INSTALLATION KEY
## ##
## Example: fileInstallationKey=xxxxx-xxxxx-xxxxx-xxxxx..... ## Example: fileInstallationKey=xxxxx-xxxxx-xxxxx-xxxxx.....
fileInstallationKey=<%= licensekey %> fileInstallationKey=<%= $licensekey %>
## ##
## ACCEPT LICENSE AGREEMENT ## ACCEPT LICENSE AGREEMENT
...@@ -51,7 +51,7 @@ fileInstallationKey=<%= licensekey %> ...@@ -51,7 +51,7 @@ fileInstallationKey=<%= licensekey %>
## ##
## Example: agreeToLicense=yes ## Example: agreeToLicense=yes
agreeToLicense=<%= agree %> agreeToLicense=<%= $agree %>
## ##
## SPECIFY OUTPUT LOG ## SPECIFY OUTPUT LOG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment