From 84f1bda6440876e0fd890f469f4c2d8c643192c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=BF=E5=A4=A9sama?= <123233537+lvtiansama@users.noreply.github.com> Date: Tue, 23 May 2023 17:46:00 +0800 Subject: [PATCH] README_1.1 --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 093be26..8291c04 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,12 @@ -# Opstart v1.0 +# Opstart v1.1 基于原神的整蛊程序 + +## 版本更新内容 + +本版本仅针对`win`版本,修复了bat文件指定错误的问题 + ## 重要通知 这个项目的初衷是为了娱乐,开发者承诺本程序不会对使用者的计算机造成危害。 @@ -47,8 +52,8 @@ Opstart_v1.0_win 倘如计算机本地没有卷名为`D:\`的磁盘,快捷方式将无法正常运行,你可以尝试将`安装.bat`修改如下: ``` -xcopy %~dp0opsetup C:\opsetup /E /I /Y -powershell -Command "$s=(New-Object -ComObject WScript.Shell).CreateShortcut('%userprofile%\Desktop\原神.lnk');$s.TargetPath='C:\opsetup\yuanshen.exe';$s.Save()" +xcopy %~dp0Opstart C:\Opstart /E /I /Y +powershell -Command "$s=(New-Object -ComObject WScript.Shell).CreateShortcut('%userprofile%\Desktop\原神.lnk');$s.TargetPath='C:\Opstart\yuanshen.exe';$s.Save()" ``` **注意:请保证`opsetup.wav`位于与`yuanshen.exe`同目录下,否则后抛出错误** @@ -71,4 +76,4 @@ python main.py `CSDN`**https://blog.csdn.net/lvtiansama** -`哔哩哔哩`**https://space.bilibili.com/88004482** +`哔哩哔哩`**https://space.bilibili.com/88004482** \ No newline at end of file