orca-zh-tw-installer 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,9 +45,12 @@
45
45
  請確認系統已安裝 Node.js。開啟終端機並輸入以下指令:
46
46
 
47
47
  ```bash
48
- npx orca-zh-tw
48
+ npx orca-zh-tw-installer
49
49
  ```
50
50
 
51
+ > 注意:套件名稱是 `orca-zh-tw-installer`。指令名稱雖然是 `orca-zh-tw`,
52
+ > 但 `npx orca-zh-tw` 會被當成套件名去 registry 查詢而得到 404。
53
+
51
54
  腳本將自動執行以下流程:
52
55
  1. 自動定位作業系統對應的 Orca 安裝路徑並解包。
53
56
  2. 備份官方 `app.asar`(已含補丁時會保留原本的乾淨備份)。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orca-zh-tw-installer",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Orca AI IDE 台灣繁體中文 (zh-TW) 一鍵安裝包",
5
5
  "main": "index.js",
6
6
  "bin": {