From 73437ceadefa838d2de892e21cb24124915ff832 Mon Sep 17 00:00:00 2001 From: andrewkydev Date: Sat, 8 Feb 2025 18:54:27 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BA=D0=BE=D0=BD=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BF=D1=8D=D1=82=D0=BE=D0=B2,=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=BD=D0=B5=D0=BC=D0=BD?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 8 ++++---- main.go | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 5444a09..7aacef1 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { - "watchDir": "/path/to/path", - "zipDir": "/path/to/path", + "watchDir": "/root/dev/test1/rpHive2", + "zipDir": "/root/dev/test1/resource_packs/", "jsonFile": "manifest.json", - "zipFileName": "name_pack.zip", - "zip": "true" + "zipFileName": "andromeda.zip", + "zip": true } \ No newline at end of file diff --git a/main.go b/main.go index df4e380..c21bf43 100644 --- a/main.go +++ b/main.go @@ -2,7 +2,7 @@ package main import ( "archive/zip" - "encoding/json" + "encodiang/json" "github.com/fsnotify/fsnotify" "github.com/google/uuid" "io"