mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-01 14:19:07 +08:00
Compare commits
2 Commits
v2.0-alpha
...
v2.0-aplha
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df7d1e1e25 | ||
|
|
9707ad7ad5 |
File diff suppressed because one or more lines are too long
@@ -51,7 +51,7 @@ class ImageTag {
|
||||
facebook,
|
||||
} = ImageTag.imageSuffixes;
|
||||
|
||||
const [major, minor] = version.split('.');
|
||||
const [major, minor] = version.split('.').map((digit) => Number(digit));
|
||||
// @see: https://docs.unity3d.com/ScriptReference/BuildTarget.html
|
||||
switch (platform) {
|
||||
case Platform.types.StandaloneOSX:
|
||||
|
||||
Reference in New Issue
Block a user