mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-05 08:59:09 +08:00
Refactor models to allow for build parameters...
Build parameters have to be parsed because they can no longer be implicitly passed, as they need to be interpreted for detecting extensions.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import path from 'path';
|
||||
|
||||
export default class Action {
|
||||
class Action {
|
||||
static get supportedPlatforms() {
|
||||
return ['linux'];
|
||||
}
|
||||
@@ -44,3 +44,5 @@ export default class Action {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default Action;
|
||||
|
||||
Reference in New Issue
Block a user