From 839d0ed9d4555104d86ac2a0c3b3a6796d4b2441 Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Fri, 11 Apr 2025 21:27:48 +0700 Subject: [PATCH] Changed folder structure Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- {configs/ats => ats}/agencies.json | 0 {configs/ats => ats}/dealers.json | 0 {configs/ats => ats}/dlc.json | 0 configs/version.cfg | 8 -------- {configs/ets2 => ets2}/agencies.json | 0 {configs/ets2 => ets2}/dealers.json | 0 {configs/ets2 => ets2}/dlc.json | 0 version.cfg | 8 ++++++++ 8 files changed, 8 insertions(+), 8 deletions(-) rename {configs/ats => ats}/agencies.json (100%) rename {configs/ats => ats}/dealers.json (100%) rename {configs/ats => ats}/dlc.json (100%) delete mode 100644 configs/version.cfg rename {configs/ets2 => ets2}/agencies.json (100%) rename {configs/ets2 => ets2}/dealers.json (100%) rename {configs/ets2 => ets2}/dlc.json (100%) create mode 100644 version.cfg diff --git a/configs/ats/agencies.json b/ats/agencies.json similarity index 100% rename from configs/ats/agencies.json rename to ats/agencies.json diff --git a/configs/ats/dealers.json b/ats/dealers.json similarity index 100% rename from configs/ats/dealers.json rename to ats/dealers.json diff --git a/configs/ats/dlc.json b/ats/dlc.json similarity index 100% rename from configs/ats/dlc.json rename to ats/dlc.json diff --git a/configs/version.cfg b/configs/version.cfg deleted file mode 100644 index 5746042..0000000 --- a/configs/version.cfg +++ /dev/null @@ -1,8 +0,0 @@ -{ - "ats_dlc": "fb37b98b7cef8b4c1e91dc940715c31f", - "ats_agencies": "fb141df884ff265c9b348eb6fd261330", - "ats_dealers": "aac9d42e4dad7002686d8a0056266f46", - "ets2_dlc": "df04d417f2024d9461381a4c50a0bb33", - "ets2_agencies": "b67083c8c77948bf61ebaf873bb18dd2", - "ets2_dealers": "1f82512e75818029a56dc6e5160bafd6" -} \ No newline at end of file diff --git a/configs/ets2/agencies.json b/ets2/agencies.json similarity index 100% rename from configs/ets2/agencies.json rename to ets2/agencies.json diff --git a/configs/ets2/dealers.json b/ets2/dealers.json similarity index 100% rename from configs/ets2/dealers.json rename to ets2/dealers.json diff --git a/configs/ets2/dlc.json b/ets2/dlc.json similarity index 100% rename from configs/ets2/dlc.json rename to ets2/dlc.json diff --git a/version.cfg b/version.cfg new file mode 100644 index 0000000..17f8e96 --- /dev/null +++ b/version.cfg @@ -0,0 +1,8 @@ +{ + "ats_dlc": "fb37b98b7cef8b4c1e91dc940715c31f", + "ats_agencies": "fb141df884ff265c9b348eb6fd261330", + "ats_dealers": "aac9d42e4dad7002686d8a0056266f46", + "ets2_dlc": "df04d417f2024d9461381a4c50a0bb33", + "ets2_agencies": "b67083c8c77948bf61ebaf873bb18dd2", + "ets2_dealers": "1f82512e75818029a56dc6e5160bafd6" +} \ No newline at end of file