Skip to content

Commit

Permalink
Fix errors in traditionless release
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWinds committed Jul 10, 2019
1 parent 582477e commit 93f2a8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/makeTraditionless.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ for (const file of glob.sync('**/*.*', {cwd: modFolder})) {
fs.copyFileSync(path.resolve(modFolder, file), outPath)
}

rimraf.sync(path.resolve(modNoTradFolder, 'common/tradition_categories'))
rimraf.sync(path.resolve(modNoTradFolder, 'common/traditions'))
rimraf.sync(path.resolve(modNoTradFolder, 'interface/topbar_traditions_view.gui'))
rimraf.sync(path.resolve(modNoTradFolder, 'gfx/interface/icons/traditions'))
rimraf.sync(path.resolve(modNoTradFolder, 'gfx/interface/traditions'))

fs.copyFileSync(path.resolve('src/', '!!!LVB Traditionless.mod'), modNoTradFolder + '.mod')

0 comments on commit 93f2a8c

Please sign in to comment.