dugite 3.0.0-rc7 → 3.0.0-rc8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/script/config.js +0 -6
package/package.json
CHANGED
package/script/config.js
CHANGED
@@ -23,12 +23,6 @@ function getConfig() {
|
|
23
23
|
arch = process.env.npm_config_arch
|
24
24
|
}
|
25
25
|
|
26
|
-
if (process.platform === 'win32' && arch === 'arm64') {
|
27
|
-
// Use the Dugite Native ia32 package for Windows arm64 (arm64 can run 32-bit code through emulation)
|
28
|
-
console.log('Downloading 32-bit Dugite Native for Windows arm64')
|
29
|
-
arch = 'ia32'
|
30
|
-
}
|
31
|
-
|
32
26
|
const key = `${process.platform}-${arch}`
|
33
27
|
|
34
28
|
const entry = embeddedGit[key]
|