electerm 3.10.0 → 3.10.5
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/README.md +1 -1
- package/npm/install.js +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
|
|
|
34
34
|
|
|
35
35
|
<div align="center">
|
|
36
36
|
<a href="https://www.atlascloud.ai/?utm_source=github&utm_medium=link&utm_campaign=electerm">
|
|
37
|
-
<img src="https://github.com/electerm/electerm-resource/blob/master/static/images/atlas-cloud.png?raw=true" alt="Atlas Cloud"
|
|
37
|
+
<img src="https://github.com/electerm/electerm-resource/blob/master/static/images/atlas-cloud.png?raw=true" alt="Atlas Cloud" width="200" />
|
|
38
38
|
</a>
|
|
39
39
|
</div>
|
|
40
40
|
|
package/npm/install.js
CHANGED
|
@@ -513,6 +513,8 @@ async function main () {
|
|
|
513
513
|
await runLinux(`linux-arm64${suffix}`, `linux-arm64${suffix}.tar.gz`)
|
|
514
514
|
} else if (arch === 'arm') {
|
|
515
515
|
await runLinux(`linux-armv7l${suffix}`, `linux-armv7l${suffix}.tar.gz`)
|
|
516
|
+
} else if (arch === 'loong64') {
|
|
517
|
+
await runLinux(`linux-loong64${suffix}`, `linux-loong64${suffix}.tar.gz`)
|
|
516
518
|
} else {
|
|
517
519
|
await runLinux(`linux-x64${suffix}`, `linux-x64${suffix}.tar.gz`)
|
|
518
520
|
}
|