Skip to content

Commit

Permalink
Merge pull request #18 from rmartin16/cookiecutter-2.2.0
Browse files Browse the repository at this point in the history
Add support for cookiecutter>=2.2.0
  • Loading branch information
freakboy3742 authored Jul 10, 2023
2 parents e1dd290 + 7c1b7af commit 4e3b3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.format }}/{{ cookiecutter.app_name }}.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFiles64Folder">
{%- if cookiecutter.use_full_install_path == "True" %}
{%- if cookiecutter.use_full_install_path %}
<Directory Id="CompanyFolder" Name="{{ cookiecutter.author or 'Unknown Developer' }}">
<Directory Id="{{ cookiecutter.module_name }}_ROOTDIR" Name="{{ cookiecutter.formal_name }}" />
</Directory>
Expand Down

0 comments on commit 4e3b3aa

Please sign in to comment.