-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
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
Question: Location of update config #460
Comments
Good question. Depends on your OS. If Windows, see the Nothing stopping you from using the NetSparkle/src/NetSparkle/SparkleUpdater.cs Lines 241 to 267 in 12f10dd
The path/location is configurable in either case. For NetSparkle/src/NetSparkle/Configurations/JSONConfiguration.cs Lines 96 to 127 in 12f10dd
For NetSparkle/src/NetSparkle/Configurations/RegistryConfiguration.cs Lines 93 to 124 in 12f10dd
So, basically, for the |
I tried with
This will crash with
Did some digging and finally found it - ctor of JsonConfiguration:
There is one small thing missing - the "not" (!) before |
In my trials I saw this ouput:
Where is that information written to? (and would it be configurable?)
The text was updated successfully, but these errors were encountered: