mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Windows: update URLs to points to the online documentation. Use a dedicated donation link.
This commit is contained in:
@@ -1247,7 +1247,7 @@ BOOL DoShortcutsInstall (HWND hwndDlg, char *szDestDir, BOOL bProgGroup, BOOL bD
|
||||
f = fopen (szTmp2, "w");
|
||||
if (f)
|
||||
{
|
||||
fprintf (f, "[InternetShortcut]\nURL=%s\n", TC_HOMEPAGE);
|
||||
fprintf (f, "[InternetShortcut]\nURL=%s\n", TC_APPLINK);
|
||||
|
||||
CheckFileStreamWriteErrors (f, szTmp2);
|
||||
fclose (f);
|
||||
|
||||
Reference in New Issue
Block a user