소스 검색

Fix script for updating icons

Robert Autenrieth 8 년 전
부모
커밋
d4e2450845
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      resources/tools/update-icons.js

+ 1
- 1
resources/tools/update-icons.js 파일 보기

@@ -120,7 +120,7 @@ function copyAll(src, dest) {
120 120
 }
121 121
 
122 122
 fse.emptyDir(tempDir)
123
-//.then(() => downloadFile(gameIconsUrl, tempFilePath))
123
+.then(() => downloadFile(gameIconsUrl, tempFilePath))
124 124
 .then(() => unzipAll(tempFilePath, tempDir))
125 125
 .then(() => copyAll(tempDir, imgDir))
126 126
 .then(() => copyAll(customIconDir, imgDir))

Loading…
취소
저장