Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Feb 5, 2022
1 parent a25e51c commit 51ccd17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@

/.tasks
/site-packages/*
/publish/*

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ PyStand 添加了一个 `os.MessageBox(msg, title)` 的接口,可以用来简
可以替换 appicon.ico 文件并重新编译 PyStand.exe ,或者使用 Resource Hacker 直接
替换 Release 内下载的 PyStand.exe 文件的程序图标。

### 大量脚本

可以在 PyStand.exe 同级目录新建一个 script 文件夹,将脚本放进去,PyStand.int 里面
就是添加一下 sys.path 然后 import 即可。

发布打包时将 script 文件夹用 zip 压缩成 script.egg 文件,PyStand.int 里检测到该
文件存在就加入到 sys.path,然后再 import。

## 使用例子

见 Release 下面的内容。
Expand Down

0 comments on commit 51ccd17

Please sign in to comment.