fix scheduler

This commit is contained in:
2025-12-11 14:42:30 -06:00
parent 5a3e260821
commit bf421743a5
17 changed files with 217 additions and 202 deletions

View File

@@ -12,7 +12,7 @@ var pkg_tools = use('package')
var target = null
var output_name = 'app'
var target_package = null
var buildtype = 'release'
var buildtype = 'debug'
if (args.length < 1) {
log.error('Usage: cell pack <package> [options]')