We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近想实现用 scoop 安装和管理 iMonitor,但是发现不知道 iMonitor 的配置文件在系统上的位置(如果存在这样一个文件的话)
然后希望如果 iMonitor 存在配置文件的话,可以在启动时默认寻找 iMonitor.exe 所在目录是否存在配置文件(类似于其他软件的 portable mode),这样就方便用 scoop 的 persist 功能来持久化配置了。
Scoop 是 Windows 上的一个包管理软件,类似于 winget 和 macOS 上的 Homebrew
The text was updated successfully, but these errors were encountered:
保存的配置在: C:\ProgramData\iMonitor 没有配置,也是可以正常运行的。 后续版本可以添加免安装模式,配置跟随可执行文件的位置。
Sorry, something went wrong.
No branches or pull requests
最近想实现用 scoop 安装和管理 iMonitor,但是发现不知道 iMonitor 的配置文件在系统上的位置(如果存在这样一个文件的话)
然后希望如果 iMonitor 存在配置文件的话,可以在启动时默认寻找 iMonitor.exe 所在目录是否存在配置文件(类似于其他软件的 portable mode),这样就方便用 scoop 的 persist 功能来持久化配置了。
The text was updated successfully, but these errors were encountered: