mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-31 07:09:52 +02:00
Fix icon grid generation.
This commit is contained in:
parent
611a4d85a8
commit
dc62bb3d84
2 changed files with 8 additions and 3 deletions
|
@ -25,7 +25,10 @@ class Workspace:
|
|||
DEFAULT_SCHEME_PATH: Path = SCHEME_PATH / "default.yml"
|
||||
ICONS_PATH: Path = HERE / Path("icons/icons.svg")
|
||||
ICONS_CONFIG_PATH: Path = HERE / Path("icons/config.json")
|
||||
|
||||
GITHUB_TEST_PATH: Path = Path(".github/workflows/test.yml")
|
||||
DOCUMENTATION_PATH: Path = Path("doc")
|
||||
GRID_PATH: Path = DOCUMENTATION_PATH / "grid.svg"
|
||||
|
||||
# Generated directories and files.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue