Закончил пэтов, переделал немного команды

This commit is contained in:
2025-02-08 18:54:27 +00:00
parent 571bf57002
commit 73437ceade
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{ {
"watchDir": "/path/to/path", "watchDir": "/root/dev/test1/rpHive2",
"zipDir": "/path/to/path", "zipDir": "/root/dev/test1/resource_packs/",
"jsonFile": "manifest.json", "jsonFile": "manifest.json",
"zipFileName": "name_pack.zip", "zipFileName": "andromeda.zip",
"zip": "true" "zip": true
} }

View File

@@ -2,7 +2,7 @@ package main
import ( import (
"archive/zip" "archive/zip"
"encoding/json" "encodiang/json"
"github.com/fsnotify/fsnotify" "github.com/fsnotify/fsnotify"
"github.com/google/uuid" "github.com/google/uuid"
"io" "io"