Skip to content

Commit

Permalink
fixed install from file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Harris committed Oct 14, 2020
1 parent 6359f11 commit ffcc256
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion desktop-app/src/app/header/header.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export class HeaderComponent implements OnInit {
properties: ['openFile', 'multiSelections'],
defaultPath: this.adbService.savePath,
});
files.forEach(filepath => {
files.filePaths.forEach(filepath => {
this.adbService.savePath = this.appService.path.dirname(filepath);
let install = this.adbService.installMultiFile(filepath);
if (install) {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
},
"devDependencies": {
"@angular/cli": "^8.0.3",
"electron": "^7.2.4",
"electron": "7.2.4",
"electron-builder": "^22.4.0",
"electron-notarize": "^0.1.1",
"husky": "^2.3.0",
Expand All @@ -111,4 +111,3 @@
"typescript": "^3.8.3"
}
}

2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@ electron-updater@^4.1.2:
pako "^1.0.10"
semver "^6.2.0"

electron@^7.2.4:
electron@7.2.4:
version "7.2.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-7.2.4.tgz#9fc0446dae23ead897af8742470cb18da55c6ce9"
integrity sha512-Z+R692uTzXgP8AHrabE+kkrMlQJ6pnAYoINenwj9QSqaD2YbO8IuXU9DMCcUY0+VpA91ee09wFZJNUKYPMnCKg==
Expand Down

0 comments on commit ffcc256

Please sign in to comment.