Skip to content

Commit

Permalink
updated readme & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLightJuly committed Dec 23, 2014
1 parent eb93abe commit 5a6389a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2 id="">更进一步</h2>
<li><a href="docs/howto/setup_development_environment_on_windows/zh.html">设置 quick-cocos2d-x 在 Windows 下的编译环境</a></li>
<li><a href="docs/howto/use-project-mac-and-win/zh.html">如何使用 proj.mac 和 proj.win32 工程</a></li>
<li><a href="docs/api/index.html">API 文档</a></li>
<li><a href="docs/howto/encrypt-lua-code/zh.md">对 Lua 字节码进行加密</a></li>
<li><a href="docs/howto/encrypt-lua-code/zh.html">对 Lua 字节码进行加密</a></li>
</ul>
<!-- ##END MARKED WRAPPER## -->
</div>
Expand Down
5 changes: 2 additions & 3 deletions docs/howto/encrypt-lua-code/zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,8 @@ <h3>设置和启用加密模式</h3>

<p>windows 用户运行:</p>

<p><code>sh
set_encrypt.bat
</code>
<pre><p><code>set_encrypt.bat
</code></pre>
如果运行一切正常,luac 工具将会被更新,相关的 lua 运行时代码会被相应的进行修改。set_encrypt 工具还会自动调用 make_framework_package 脚本工具重新编译打包更新 quick 平台目录下的所有 framework_precompiled.zip 文件。因此<strong>在设置好加密模式后,需要重新编译 player 。</strong></p>

<p>另外要注意的是,只有新建的工程才会使用新的 framework_precompiled.zip 文件;而在设置加密模式之前创建的 quick 工程里的 res/framework_precompiled.zip 文件并不会自己更新,需要用户手动进行更新,并重新编译工程。</p>
Expand Down

0 comments on commit 5a6389a

Please sign in to comment.