Fix github archive directory prefix structure logic

This commit is contained in:
2026-09-22 20:50:29 -07:00
committed by Tom
parent 35f45513aa
commit c247c2d998
2 changed files with 15 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ public class ImportConfig {
"https://github.com/foundryvtt/pf2e/archive/refs/heads/master.zip",
"com.majinnaibu.monstercards.importers.Pf2eImporter",
".json",
"packs/pf2e"
"pf2e-master/packs/"
));
SOURCES.add(new ImportSource(
@@ -42,7 +42,7 @@ public class ImportConfig {
"https://github.com/foundryvtt/pf2e/archive/refs/heads/master.zip",
"com.majinnaibu.monstercards.importers.Pf2eImporter",
".json",
"packs/sf2e"
"pf2e-master/packs/sf2e"
));
}
}