-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update usb library, fix electron target downloading
- Loading branch information
1 parent
4ffe8b8
commit 855703f
Showing
6 changed files
with
48 additions
and
60 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,15 @@ | ||
diff --git a/dist/usb/bindings.js b/dist/usb/bindings.js | ||
index a80a550c29a45ff7ab2231c903da3c7ddc23be21..6c05c970ee9c35aa68e752d28ba9156233939dfa 100644 | ||
--- a/dist/usb/bindings.js | ||
+++ b/dist/usb/bindings.js | ||
@@ -3,8 +3,7 @@ | ||
// Eric Brody <https://github.com/underscorebrody> | ||
// Rob Moran <https://github.com/thegecko> | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
-var path_1 = require("path"); | ||
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
-var usb = require('node-gyp-build')(path_1.join(__dirname, '..', '..')); | ||
+var usb = require('node-gyp-build')(__dirname + '/../..'); | ||
module.exports = usb; | ||
//# sourceMappingURL=bindings.js.map | ||
\ No newline at end of file |
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "edgetx-buddy", | ||
"version": "0.1.0", | ||
"private": true, | ||
"license": "MIT", | ||
"main": "./build/main/main.js", | ||
"build": { | ||
"productName": "EdgeTX Buddy", | ||
|
@@ -50,7 +51,6 @@ | |
"@mui/icons-material": "^5.1.1", | ||
"@mui/material": "^5.1.1", | ||
"@octokit/core": "^3.5.1", | ||
"abort-controller": "^3.0.0", | ||
"antd": "^4.17.2", | ||
"apollo-bus-link": "^0.4.4", | ||
"apollo-link-logger": "^2.0.0", | ||
|
@@ -76,10 +76,9 @@ | |
"styled-components": "^5.3.3", | ||
"type-guards": "^0.15.0", | ||
"unzipit": "^1.3.6", | ||
"usb": "^1.9.2", | ||
"usb": "2.0.3", | ||
"uuid": "^8.3.2", | ||
"web-streams-polyfill": "^3.2.0", | ||
"webusb": "^2.2.0" | ||
"web-streams-polyfill": "^3.2.0" | ||
}, | ||
"scripts": { | ||
"start": "yarn compile:main && yarn start:renderer", | ||
|
@@ -195,6 +194,7 @@ | |
"workerloader-jest-transformer": "^0.0.5" | ||
}, | ||
"resolutions": { | ||
"@graphql-codegen/[email protected]": "patch:@graphql-codegen/cli@npm:2.3.0#.yarn/patches/@graphql-codegen-cli-npm-2.3.0-4b6eb70c79" | ||
"@graphql-codegen/[email protected]": "patch:@graphql-codegen/cli@npm:2.3.0#.yarn/patches/@graphql-codegen-cli-npm-2.3.0-4b6eb70c79", | ||
"[email protected]": "patch:usb@npm:2.0.3#.yarn/patches/usb-npm-2.0.3-20d40266b6" | ||
} | ||
} |
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
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