[feat] Light Helmet
This commit is contained in:
@@ -27,10 +27,10 @@ Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChang
|
||||
|
||||
```
|
||||
|
||||
除此之外,由于v3.x版本起,配置文件保存与用户目录下的/.columba,因此你需要将配置文件包含并释放于该目录,以确保软件正常运行,您可以参考以下步骤配置相关资源:
|
||||
除此之外,v3.x版本起,配置文件保存于用户目录下的/.columba,因此你需要将配置文件包含并释放于该目录,以确保软件正常运行,您可以参考以下步骤配置相关资源:
|
||||
|
||||
1. 从Github中下载相关文件
|
||||
2. 在 [Files]中添加以下嘞如
|
||||
2. 在 [Files]中添加以下内容:
|
||||
```
|
||||
Source: "[your_files_path]\config\config.json"; DestDir: "{%USERPROFILE}\.columba"; Flags: onlyifdoesntexist ignoreversion
|
||||
Source: "[your_files_path]\config\login_notifier.log"; DestDir: "{%USERPROFILE}\.columba"; Flags: onlyifdoesntexist ignoreversion
|
||||
|
||||
Reference in New Issue
Block a user