Skip to content

Commit

Permalink
update theme.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
yorukot committed Apr 14, 2024
1 parent d012981 commit fed8ebc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/function.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,18 +296,6 @@ func renameIfDuplicate(destination string) (string, error) {
}
}

// func moveFile(source string, destination string) error {
// destination, err := renameIfDuplicate(destination)
// if err != nil {
// outPutLog("Move file function error", err)
// }
// err = os.Rename(source, destination)
// if err != nil {
// outPutLog("Move file function error", err)
// }
// return err
// }

func pasteFile(src string, dst string) error {
srcFile, err := os.Open(src)
if err != nil {
Expand Down
Binary file modified themeZip/1.0.2/theme.zip
Binary file not shown.

0 comments on commit fed8ebc

Please sign in to comment.