mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-21 23:04:53 +00:00
Added note about version.bat bug.
Along with Cordova 3.2 and Windows Phone 8 the `version.bat` script has to be renamed to `version`.
This commit is contained in:
parent
eee56018a6
commit
0389bd53c3
12
README.md
12
README.md
@ -109,3 +109,15 @@ namespace your.own.namespace
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### TypeError: Cannot read property 'currentVersion' of null
|
||||
Along with Cordova 3.2 and Windows Phone 8 the `version.bat` script has to be renamed to `version`.
|
||||
|
||||
On Mac or Linux
|
||||
```
|
||||
mv platforms/wp8/cordova/version.bat platforms/wp8/cordova/version
|
||||
```
|
||||
On Windows
|
||||
```
|
||||
ren platforms\wp8\cordova\version.bat platforms\wp8\cordova\version
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user