Skip to content

Commit

Permalink
Update build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePansmith committed May 29, 2024
1 parent d872757 commit c4b5a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ async function packMod(group) {
fs.copyFileSync('manifest.json', `dist/.tmp/${group}/manifest.json`)
fs.copyFileSync('dist/modlist.html', `dist/.tmp/${group}/modlist.html`)
fs.copyFileSync('LICENSE.md', `dist/.tmp/${group}/LICENSE.md`)
fs.copyFileSync('pack-mode-switcher.bat', `dist/.tmp/${group}/pack-mode-switcher.bat`)
fs.copyFileSync('pack-mode-switcher.sh', `dist/.tmp/${group}/pack-mode-switcher.sh`)
fs.copyFileSync('pack-mode-switcher.bat', `dist/.tmp/${group}/overrides/pack-mode-switcher.bat`)
fs.copyFileSync('pack-mode-switcher.sh', `dist/.tmp/${group}/overrides/pack-mode-switcher.sh`)

try {
if (process.platform === 'win32') {
Expand Down

0 comments on commit c4b5a27

Please sign in to comment.