sync: wg-voidships-builder v1.4.10

This commit is contained in:
2025-09-19 15:59:54 +02:00
parent 20345f1605
commit 862e0c3ca5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"id": "wg-voidships-builder",
"title": "Wrath & Glory: Voidships — Builder",
"description": "Składanie okrętów jako Actorów przez dodawanie wyposażenia (gear) z kompendium.",
"version": "1.4.9",
"version": "1.4.10",
"compatibility": {
"minimum": "12",
"verified": "13"
+1 -1
View File
@@ -30,7 +30,7 @@ from typing import List, Optional, Tuple
# KONFIGURACJA (DOMYŚLNA)
# ==========================
TARGET_USER: str = "mtuszowski" # nazwa folderu w C:\Users\...
TARGET_USER: str = "mtusz" # nazwa folderu w C:\Users\...
APPDATA_KIND: Optional[str] = None # None | "Local" | "LocalLow" | "Roaming"
TARGET_MODULES_DIR_OVERRIDE: Optional[str] = None # pełna ścieżka do ...\FoundryVTT\Data\modules
MODULE_SUBDIR_NAME: str = "wg-voidships-builder"