Update build system #59
No reviewers
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#59
Loading…
Reference in a new issue
No description provided.
Delete branch "update-build-workflows"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Seams to work better than the old one.
@ -24,3 +22,1 @@const getYamlCfg = require(modulesFolder+'/module.cfg-loader');const getData = require(modulesFolder + '/module.getdata.js');const vttConvert = require(modulesFolder + '/module.vttconvert');const appYargs = require('./modules/module.app-args');I would do the same thing here as you did in line 29 (old) or 28 (new)
@ -24,3 +22,1 @@const getYamlCfg = require(modulesFolder+'/module.cfg-loader');const getData = require(modulesFolder + '/module.getdata.js');const vttConvert = require(modulesFolder + '/module.vttconvert');const appYargs = require('./modules/module.app-args');Yes, I should have. Part of the code is taken from crunchyroll downloader, I just didn't notice.