Skip to content

Commit

Permalink
Update custom skin download link (for real this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterIO02 committed Feb 24, 2023
1 parent 53f3781 commit 61e261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/dataProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = async data => {
console.log(`Custom skin ${data.skin} is present.`)
downloadReplay()
} else {
const link = `https://link.issou.best/skin/download/${data.skin}`
const link = `https://link.issou.best/skin/clientdownload/${data.skin}`
const localSkinPath = `${process.cwd()}/files/danser/Skins/CUSTOM_${data.skin}.osk`

await asyncDownload(link, localSkinPath, data.skin, "custom skin")
Expand Down

0 comments on commit 61e261d

Please sign in to comment.