Files
anki/.gitmodules
Abdo 07169c243f refactor: Remove duplicate Briefcase icons (#4676)
## Linked issue

Closes #4675

## Summary

Remove duplicate icons created by Briefcase for Anki file types (the
`document_type` options in pyproject.toml.template). See Briefcase
template changes here:
1.
56bfc07c6d
2.
8ef2200fb3

## Steps to reproduce (before)

1. Build and install Anki on Windows or macOS.
3. Notice several anki-\*.ico icons in the installation folder on
Windows. On macOS, right-click the app icon and click Show Package
Contents then go to the Resources folder and confirm you see several
anki-\*.icns icons.

## How to test (after)

Build and install the app and confirm the duplicate icons are removed.

### Checklist

- [x] I ran `./ninja check` or an equivalent relevant check locally.
- [ ] I added or updated tests when the change is non-trivial or
behavior changed.


## Scope

- [x] This PR is focused on one change (no unrelated edits).
2026-04-13 16:51:51 +03:00

19 lines
584 B
Plaintext

[submodule "ftl/core-repo"]
path = ftl/core-repo
url = https://github.com/ankitects/anki-core-i18n.git
shallow = true
[submodule "ftl/qt-repo"]
path = ftl/qt-repo
url = https://github.com/ankitects/anki-desktop-ftl.git
shallow = true
[submodule "briefcase-windows-template"]
path = qt/installer/windows-template
url = https://github.com/ankitects/briefcase-windows-app-template
branch = anki
shallow = true
[submodule "briefcase-mac-template"]
path = qt/installer/mac-template
url = https://github.com/ankitects/briefcase-macOS-app-template
branch = anki
shallow = true