Update build system #59

Merged
arisudesu merged 3 commits from update-build-workflows into master 2021-05-03 11:58:45 +00:00
arisudesu commented 2021-05-02 23:03:06 +00:00 (Migrated from github.com)
  • Use new workflow for builds
  • Update to node 14
  • Replace nexe with pkg
- Use new workflow for builds - Update to node 14 - Replace nexe with pkg
izu-co (Migrated from github.com) reviewed 2021-05-03 11:27:19 +00:00
izu-co (Migrated from github.com) left a comment

Seams to work better than the old one.

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');
izu-co (Migrated from github.com) commented 2021-05-03 11:20:07 +00:00

I would do the same thing here as you did in line 29 (old) or 28 (new)

I would do the same thing here as you did in line 29 (old) or 28 (new)
arisudesu (Migrated from github.com) reviewed 2021-05-03 12:20:21 +00:00
@ -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');
arisudesu (Migrated from github.com) commented 2021-05-03 12:20:21 +00:00

Yes, I should have. Part of the code is taken from crunchyroll downloader, I just didn't notice.

Yes, I should have. Part of the code is taken from crunchyroll downloader, I just didn't notice.
Sign in to join this conversation.
No description provided.