mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 20:20:23 +02:00
Installer, Win: Updating URLs to use lazarus.ide.org (including url in image)
This commit is contained in:
parent
b583b3fa04
commit
1f072c2e58
Binary file not shown.
Before Width: | Height: | Size: 607 KiB After Width: | Height: | Size: 607 KiB |
@ -34,9 +34,9 @@ AppId={code:GetAppId}
|
||||
AppVersion={#AppVersion}
|
||||
AppVerName={#AppName} {#AppVersion}
|
||||
AppPublisher=Lazarus Team
|
||||
AppPublisherURL=http://www.lazarus.freepascal.org/
|
||||
AppSupportURL=http://www.lazarus.freepascal.org/
|
||||
AppUpdatesURL=http://www.lazarus.freepascal.org/
|
||||
AppPublisherURL=https://www.lazarus-ide.org/
|
||||
AppSupportURL=https://www.lazarus-ide.org/
|
||||
AppUpdatesURL=https://www.lazarus-ide.org/
|
||||
ArchitecturesInstallIn64BitMode=x64
|
||||
DefaultDirName={code:GetDefDir|{sd}\lazarus}
|
||||
DefaultGroupName={#AppName}
|
||||
@ -66,10 +66,9 @@ DisableDirPage=no
|
||||
Source: {#BuildDir}\image\*.*; DestDir: {app}; Flags: recursesubdirs
|
||||
|
||||
[INI]
|
||||
Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/
|
||||
Filename: {app}\Lazarus Forums.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/modules.php?op=modload&name=PNphpBB2&file=index
|
||||
Filename: {app}\Lazarus Wiki Help.url; Section: InternetShortcut; Key: URL; String: http://wiki.lazarus.freepascal.org/index.php/Main_Page
|
||||
|
||||
Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: https://www.lazarus-ide.org/
|
||||
Filename: {app}\Lazarus Forums.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/index.php?action=forum
|
||||
Filename: {app}\Lazarus Wiki Help.url; Section: InternetShortcut; Key: URL; String: http://wiki.lazarus.freepascal.org/
|
||||
[Code]
|
||||
|
||||
var
|
||||
|
@ -36,9 +36,9 @@ AppId={code:GetAppId}
|
||||
AppVersion={#AppVersion}
|
||||
AppVerName={#AppName} {#AppVersion}
|
||||
AppPublisher=Lazarus Team
|
||||
AppPublisherURL=http://www.lazarus.freepascal.org/
|
||||
AppSupportURL=http://www.lazarus.freepascal.org/
|
||||
AppUpdatesURL=http://www.lazarus.freepascal.org/
|
||||
AppPublisherURL=https://www.lazarus-ide.org/
|
||||
AppSupportURL=https://www.lazarus-ide.org/
|
||||
AppUpdatesURL=https://www.lazarus-ide.org/
|
||||
#if FPCTargetCPU=="x86_64"
|
||||
ArchitecturesInstallIn64BitMode=x64
|
||||
ArchitecturesAllowed=x64
|
||||
@ -181,7 +181,7 @@ Source: {#CHMHELPFILES}\*.*; DestDir: {app}\docs\chm; Components: installhelp; F
|
||||
;#endif
|
||||
|
||||
[INI]
|
||||
Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/
|
||||
Filename: {app}\Lazarus Home Page.url; Section: InternetShortcut; Key: URL; String: https://www.lazarus-ide.org/
|
||||
Filename: {app}\Lazarus Forums.url; Section: InternetShortcut; Key: URL; String: http://www.lazarus.freepascal.org/index.php?action=forum
|
||||
Filename: {app}\Lazarus Wiki Help.url; Section: InternetShortcut; Key: URL; String: http://wiki.lazarus.freepascal.org/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user