Skip to content

Commit f86f5cd

Browse files
committed
fix: Hotfix for config-location
1 parent 44b0c98 commit f86f5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Quickshare/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Directory.CreateDirectory(appData);
2121
}
2222

23-
string configLocation = Path.Combine(appData, @"\quickshare.config");
23+
string configLocation = Path.Combine(appData, "quickshare.config");
2424

2525
QuickshareConfig? quickshareConfig = null;
2626

0 commit comments

Comments
 (0)