Skip to content

Commit

Permalink
small textual fix for win10_init
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Jul 28, 2023
1 parent 3ec44b0 commit b3a69c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tencent-sandbox 是使用 [Windows sandbox](https://learn.microsoft.com/zh-cn/wi

## 注意事项

**Windows 10 不支持相对路径**,如果使用该版本系统,请把 **Tencent.wsb** 中的路径替换成**绝对路径**
**Windows 10 不支持相对路径**,如果使用该版本系统,请先运行"win10_init.py",或者把 **Tencent.wsb** 中的相对路径替换成**绝对路径**

**家庭版**不支持沙盒

Expand Down
2 changes: 1 addition & 1 deletion win10_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@

relative_dir_identifer = "|NOW_DIR|"
relative_dir = os.path.dirname(os.path.abspath(__file__))
print ("获取到的相对路径" + relative_dir)
print ("获取到的相对路径: " + relative_dir)

# replace relative dir
wsb_template = wsb_template.replace(relative_dir_identifer, relative_dir)
Expand Down

0 comments on commit b3a69c4

Please sign in to comment.