diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a6e24a..1f718a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,4 @@ jobs: fail-fast: false matrix: python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] - # PySide6 produce very long paths that can't be packaged by WiX. - # Disabling until the problem has been fixed. See beeware/briefcase#948 - # framework: [ "toga", "pyside6", "pygame", "console" ] - framework: [ "toga", "pygame", "console" ] + framework: [ "toga", "pyside6", "pygame", "console" ] diff --git a/{{ cookiecutter.format }}/{{ cookiecutter.app_name }}.wxs b/{{ cookiecutter.format }}/{{ cookiecutter.app_name }}.wxs index 8e7b36a..b7f00df 100644 --- a/{{ cookiecutter.format }}/{{ cookiecutter.app_name }}.wxs +++ b/{{ cookiecutter.format }}/{{ cookiecutter.app_name }}.wxs @@ -43,9 +43,10 @@ + + Include="\\?\{{ cookiecutter.package_path }}\**" />