diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-19 21:52:40 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-19 21:52:40 +0530 |
| commit | 0dc53f2c6a5093344e6188b5510d1505cd3a4a2a (patch) | |
| tree | e04f92287506d12f69b30d9a7cc198b7ddf40deb /Program.cs | |
| parent | 7b79ecdd16d0f87b96cb5f16e5a86f8910ce8b40 (diff) | |
| download | hypr-wellbeing-0dc53f2c6a5093344e6188b5510d1505cd3a4a2a.zip hypr-wellbeing-0dc53f2c6a5093344e6188b5510d1505cd3a4a2a.tar.gz | |
chore: made sure the binary is static
Diffstat (limited to 'Program.cs')
| -rw-r--r-- | Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ class Program { string os; - string version = "0.0.8"; + string version = "0.0.9"; string homeDirectory = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile); string configDir = Path.Combine(homeDirectory, ".config", "hypr-wellbeing"); string configFile = Path.Combine(configDir, "config.json"); |
