Skip to content

Commit 00832f6

Browse files
committed
android valid platform
1 parent 0989b41 commit 00832f6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/dependencies.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ export class Dependencies {
375375
}
376376

377377
const validCombinations = [
378+
'android-amd64',
379+
'android-arm64',
378380
'darwin-amd64',
379381
'darwin-arm64',
380382
'freebsd-386',

src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export class Options {
138138
let contents: string[] = [];
139139
let currentSection = '';
140140

141-
const found = {};
141+
const found: Record<string, boolean> = {};
142142
let lines = content.split('\n');
143143
for (var i = 0; i < lines.length; i++) {
144144
let line = lines[i];

0 commit comments

Comments
 (0)