diff --git a/README.md b/README.md
index 520f9c2..0b6484f 100755
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@
> ### 研究了一个周末python打包工具,试用了py2app,pyinstaller,问题始终没有解决,艰难放弃!!!
> ### 20200621
+> ### 解决MAC打包和移植问题, [参见总结](makepkg.md)
+
后端 python, 前端GUI PySide2
diff --git a/makepkg.md b/makepkg.md
index a81a942..9a7b0b5 100644
--- a/makepkg.md
+++ b/makepkg.md
@@ -47,6 +47,9 @@ A: MAC下:
**xattr -dr com.apple.quarantine '/我的安装路径/kmanapp.app'**
可以正常打开,原因不清,[参考链接](https://apple.stackexchange.com/questions/181026/lsopenurlswithrole-failed-with-error-10810-cant-open-install-os-x-yosemite)
+ Windows下:
+
+
# reference
1. [ModuleNotFoundError: No module named 'pkg_resources.py2_warn' ](https://blog.csdn.net/qq_40608730/article/details/104864943)