配置文件硬链接问题 #494
Closed
配置文件硬链接问题 #494
Comments
@wsw0108 配置文件应该是直接写入文件的。要把配置文件放在其他地方,可以考虑使用命令行选项 |
@taroxd 谢谢提醒还有这个参数. 不过这主要是为了这个的persist的用途, https://github.com/lukesampson/scoop-extras/blob/master/snipaste.json#L15 scoop目前不支持在创建快捷方式时指定程序参数. Snipaste更新配置文件时, 硬链接就丢失了, 严格来说是个问题. |
@wsw0108 确实是通过改名的方式来更新的( 或者这样,如果 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
重现步骤
mklink /h config.ini config.ini.real
ls -l
, 显示 config.ini/config.ini.real 的链接数为 2结果
期望
The text was updated successfully, but these errors were encountered: