Add support for the Android platform (#105)
This commit is contained in:
@@ -19,7 +19,8 @@ switch (platform) {
|
|||||||
case 'darwin':
|
case 'darwin':
|
||||||
separator = '';
|
separator = '';
|
||||||
break;
|
break;
|
||||||
// Linux
|
// Linux and Android
|
||||||
|
case 'android':
|
||||||
case 'linux':
|
case 'linux':
|
||||||
separator = '';
|
separator = '';
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user