From 39cf3b434c31e776ce6e532f6c740754a10db3a5 Mon Sep 17 00:00:00 2001 From: Alexandr Zolotukhin Date: Wed, 11 Jan 2023 22:03:32 +0200 Subject: [PATCH] Fix release build --- WinNUT_V2/WinNUT-Client_Common/WinNUT_Globals.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WinNUT_V2/WinNUT-Client_Common/WinNUT_Globals.vb b/WinNUT_V2/WinNUT-Client_Common/WinNUT_Globals.vb index 5b21384..44e2159 100644 --- a/WinNUT_V2/WinNUT-Client_Common/WinNUT_Globals.vb +++ b/WinNUT_V2/WinNUT-Client_Common/WinNUT_Globals.vb @@ -20,7 +20,7 @@ Public Module WinNUT_Globals #Else Public ReadOnly IsDebugBuild = False Private ReadOnly DESIRED_DATA_PATH As String = Environment.GetFolderPath( - Environment.SpecialFolder.ApplicationData)) + Environment.SpecialFolder.ApplicationData) #End If Private ReadOnly FALLBACK_DATA_PATH = Path.GetTempPath()