Browse Source

Fix script for updating icons

Robert Autenrieth 8 years ago
parent
commit
d4e2450845
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      resources/tools/update-icons.js

+ 1
- 1
resources/tools/update-icons.js View File

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

Loading…
Cancel
Save