瀏覽代碼

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…
取消
儲存