Skip to content

Commit

Permalink
fix: broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
Trap committed Aug 3, 2024
1 parent a1ff165 commit b5d6018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prepare-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const main = async modName => {
() => mkdirp.sync('./dist/BepInEx/plugins'),
'cpr ./PTT-Extracts/bin/Debug/netstandard2.0/PTTExtracts.dll ./dist/BepInEx/plugins/PTTExtracts.dll -o',
`cpr package.json ./dist/user/mods/${modName}/package.json -o`,
`cpr dist/src ./dist/user/mods/${modName} -o`,
`cpr config ./dist/user/mods/${modName} -o`,
`cpr dist/src ./dist/user/mods/${modName}/src -o`,
`cpr config ./dist/user/mods/${modName}/config -o`,
`cpr ALL_EXFILS.md ./dist/user/mods/${modName}/ALL_EXFILS.md -o`,
`cpr LOGO.jpg ./dist/user/mods/${modName}/LOGO.jpg -o`,
`cpr README.md ./dist/user/mods/${modName}/README.md -o`,
Expand Down

0 comments on commit b5d6018

Please sign in to comment.