# amazon-q-mk **Repository Path**: guardcode/amazon-q-mk ## Basic Information - **Project Name**: amazon-q-mk - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-28 - **Last Updated**: 2025-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **打包命令:** * npm run dist  - 打包当前平台 * npm run dist:mac  - 打包 macOS 版本(.dmg) * npm run dist:win  - 打包 Windows 版本(.exe) * npm run dist:linux  - 打包 Linux 版本(.AppImage) **打包步骤:** 1. 运行  ```plaintext npm run dist ``` 1. 打包完成后,在  ```plaintext release ```  目录找到安装包 1. 分发给用户安装使用 **注意:** * 首次打包会下载依赖,需要一些时间 * 跨平台打包需要在对应平台上进行 * 可以在  ```plaintext build ```  目录添加应用图标(icon.icns/icon.ico/icon.png)