Skip to content

Commit aeb2817

Browse files
authored
Merge pull request #72 from supersmile2009/fix/release-build
Fix release build
2 parents 5c85475 + 39cf3b4 commit aeb2817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WinNUT_V2/WinNUT-Client_Common/WinNUT_Globals.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Public Module WinNUT_Globals
2020
#Else
2121
Public ReadOnly IsDebugBuild = False
2222
Private ReadOnly DESIRED_DATA_PATH As String = Environment.GetFolderPath(
23-
Environment.SpecialFolder.ApplicationData))
23+
Environment.SpecialFolder.ApplicationData)
2424
#End If
2525

2626
Private ReadOnly FALLBACK_DATA_PATH = Path.GetTempPath()

0 commit comments

Comments
 (0)