fixes
This commit is contained in:
@@ -39,6 +39,9 @@ const config = new Project.Config({
|
||||
'src/common/haxe',
|
||||
'src-gen/haxe',
|
||||
],
|
||||
assets: [
|
||||
'src/client/resources'
|
||||
],
|
||||
macros: [
|
||||
`CompilationOption.set('build','${dateformat(new Date(), 'yyyy-mm-dd HH:MM:ss')}')`
|
||||
]
|
||||
@@ -57,7 +60,6 @@ const client = new Project(
|
||||
config.branch({
|
||||
name: 'client',
|
||||
sources: ['src/client/haxe'],
|
||||
assets: ['src/client/resources'],
|
||||
main: 'ru.m.tankz.Client',
|
||||
}),
|
||||
module.exports.generate
|
||||
@@ -72,7 +74,6 @@ const editor = new Project(
|
||||
config.branch({
|
||||
name: 'editor',
|
||||
sources: ['src/client/haxe', 'src/editor/haxe'],
|
||||
assets: ['src/client/resources'],
|
||||
main: 'ru.m.tankz.editor.Editor',
|
||||
meta: {filename: 'editor'}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user