Skip to content

Commit 374b530

Browse files
committed
Change version
1 parent 85d73fd commit 374b530

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

webapp/index-zh.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h4 id="support-platforms">支持的平台</h4>
8888
</ul>
8989
<h4 id="quick-start">快速开始</h4>
9090
<ul>
91-
<li><p>下载 <a href="https://github.com/dashingsoft/pyarmor/releases/download/v3.1.3/pyarmor-webapp.zip">pyarmor-webapp.zip</a></p></li>
91+
<li><p>下载 <a href="https://github.com/dashingsoft/pyarmor/releases/download/v3.1.4/pyarmor-webapp.zip">pyarmor-webapp.zip</a></p></li>
9292
<li><p>解压到任何路径, 例如,<em>/opt</em></p></li>
9393
<li><p>打开文件夹 <em>/opt/pyarmor/webapp</em>,双击里面的文件 <strong>start-server.bat</strong> (For Windows) or <strong>start-server.sh</strong> (For Linux)</p></li>
9494
<li><p>这时候会在浏览器打开一个网页,下面的操作都是在该网页内部进行:</p>

webapp/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h4 id="support-platforms">Support Platforms</h4>
8888
</ul>
8989
<h4 id="quick-start">Quick Start</h4>
9090
<ul>
91-
<li><p>Download <a href="https://github.com/dashingsoft/pyarmor/releases/download/v3.1.3/pyarmor-webapp.zip">pyarmor-webapp.zip</a></p></li>
91+
<li><p>Download <a href="https://github.com/dashingsoft/pyarmor/releases/download/v3.1.4/pyarmor-webapp.zip">pyarmor-webapp.zip</a></p></li>
9292
<li><p>Extract it to any path, for example, <em>/opt</em></p></li>
9393
<li><p>Enter <em>/opt/pyarmor/webapp</em>, double click <strong>start-server.bat</strong> (For Windows) or <strong>start-server.sh</strong> (For Linux)</p></li>
9494
<li><p>A webpage will open in web browser at the same time, do the following steps in this web page:</p>

webapp/tutorial-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WebApp 是网页版的图形界面,它通过启动一个本地的 Web 服务
88

99
## 下载
1010

11-
首先是下载 Pyarmor WebApp,下载地址: <https://github.com/dashingsoft/pyarmor/releases/download/v3.1.3/pyarmor-webapp.zip>
11+
首先是下载 Pyarmor WebApp,下载地址: <https://github.com/dashingsoft/pyarmor/releases/download/v3.1.4/pyarmor-webapp.zip>
1212

1313
解压下载文件到任意目录,例如 **/opt**。本教程后面的章节都是以 **/opt** 作为 WebApp 的安装路径,运行里面的例子需要把它替换成为实际的安装路径。
1414

webapp/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ the usage of WebApp.
77

88
## Download
99

10-
First download Pyarmor WebApp from <https://github.com/dashingsoft/pyarmor/releases/download/v3.1.3/pyarmor-webapp.zip>
10+
First download Pyarmor WebApp from <https://github.com/dashingsoft/pyarmor/releases/download/v3.1.4/pyarmor-webapp.zip>
1111

1212
Then extract it to any path, for example **/opt**. In this turorial, **/opt**
1313
will be as the installed path of Pyarmor WebApp. Replace it with real path when

0 commit comments

Comments
 (0)