Skip to content

Commit c7b9abc

Browse files
author
Russell.H.Sun
committed
fix downloadPath error
1 parent 39dd97a commit c7b9abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AppUpgrade {
3434
}
3535

3636
get downloadDestPath() {
37-
return this.options.downloadDestDirectory + this.options.downloadApkName;
37+
return this.options.downloadDestDirectory + '/' + this.options.downloadApkName;
3838
}
3939

4040
get downloadDestDirectory() {

0 commit comments

Comments
 (0)