Files
pqs-9100_client/build/upgrade/README.txt
2025-12-10 18:47:17 +08:00

21 lines
512 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 升级包放置目录
## 使用方法
1. 将升级文件放入此目录:
- app.asar (前端升级包 - 文件)
- app.asar.unpacked/ (前端升级包 - 文件夹)
- entrance.jar (后端升级包)
2. 双击运行根目录的 upgrade.bat 脚本
3. 升级完成后重启应用
## 注意事项
- 可以只放前端或只放后端,支持单独升级
- 升级前会自动备份到 backup/ 目录
- 如果升级失败,运行 rollback.bat 可回滚
详细说明请参考README-升级回滚.txt