forked from Eugeny/tabby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Eugeny#1 from Jai-JAP/176-fix
176 fix
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/node_modules/builder-util/out/arch.js b/node_modules/builder-util/out/arch.js | ||
index eabcf47..e1ac595 100644 | ||
--- a/node_modules/builder-util/out/arch.js | ||
+++ b/node_modules/builder-util/out/arch.js | ||
@@ -40,6 +40,7 @@ function archFromString(name) { | ||
return Arch.ia32; | ||
case "arm64": | ||
return Arch.arm64; | ||
+ case "arm": | ||
case "armv7l": | ||
return Arch.armv7l; | ||
case "universal": |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters