Skip to content

Commit a0315a6

Browse files
2 parents dc1ecb4 + 0eac2cf commit a0315a6

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Sandboxie Plus / Classic
22

3+
<a href="./ToBuildYourOwnPlusVersion">构建你自己的Plus版本</a>
4+
35
<p align='center'>
46
EN | <a href='./README_zh_CN.md'>中文</a>
57
</p>

ToBuildYourOwnPlusVersion

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
In order to bypass the licensing restrictions of the Sandboxie Plus part, I will not publish the binaries related to the Plus module in the releases, only distribute the binaries of the Classic part, which is subject to the GPL agreement. If you want to use the Plus version, please follow these steps:
2+
3+
1. Register/log in to your Github account
4+
2. Fork this repository, making sure it is updated to the latest
5+
3. Enter the page of your Fork repository
6+
4 Enter the "Actions" tab
7+
5. Enable Action
8+
6. Click on the "Run WorkFlow" button to execute the CI build for the master branch
9+
7. When build is completed, enter the CI page and download "Sandboxie_X64.zip" (or the generated result of the corresponding bit)
10+
8. Unzip the relevant into a directory
11+
9. Unzip the compressed package provided in the release and copy it to the folder of the previous step, replacing all existing files
12+
10. Open Sandman.exe file in the directory and enjoy your Sandboxie-Plus
13+
14+
为了规避Sandboxie仓库Plus部分的许可证限制,我不会在发行版中公布与Plus模块相关二进制文件,而仅仅分发受到GPL协议约束的Classic部分二进制文件。如果你想要去使用Plus版本,请做如下操作:
15+
1.注册/登入你的Github账户
16+
2.Fork本仓库,确保其更新到最新
17+
3.进入你的Fork仓库页面
18+
4.进入"Actions"标签页
19+
5.启用Action
20+
6.点击“Run WorkFlow"按钮,为master分支执行CI构建
21+
7.构建完成后进入CI页面,下载Sandboxie_X64.zip(或者相应系统位数的生成结果)
22+
8.解压相关文件到一个目录中
23+
9.将发行版中提供的压缩包解压并复制到上一步中的文件夹中,替换所有现有文件
24+
10.打开目录中的Sandman.exe文件,享受你的Sandboxie-Plus

0 commit comments

Comments
 (0)