diff --git a/lazproj/dexed.ico b/lazproj/dexed.ico index 2f82c280..f8b5161c 100644 Binary files a/lazproj/dexed.ico and b/lazproj/dexed.ico differ diff --git a/logo/dexed.png b/logo/dexed.png new file mode 100644 index 00000000..02fa68ad Binary files /dev/null and b/logo/dexed.png differ diff --git a/logo/dexed_multi_layers.xcf b/logo/dexed_multi_layers.xcf index e90d52d6..42a9c705 100644 Binary files a/logo/dexed_multi_layers.xcf and b/logo/dexed_multi_layers.xcf differ diff --git a/setup/setup.d b/setup/setup.d index 3db9c27d..6e44c927 100644 --- a/setup/setup.d +++ b/setup/setup.d @@ -383,6 +383,7 @@ void postInstall() IPersistFile linkFile; CoCreateInstance(&CLSID_ShellLink, null, CLSCTX_INPROC_SERVER, &IID_IShellLinkA, cast(void**)&shellLink); + shellLink.SetIconLocation(buildNormalizedPath(datPath, "dexed.ico").toStringz, 0); shellLink.SetPath(target.ptr); shellLink.SetWorkingDirectory(wdir.ptr); shellLink.QueryInterface(&IID_IPersistFile, cast(void**)&linkFile); diff --git a/src/ce_common.pas b/src/ce_common.pas index d4759d17..f165cb35 100644 --- a/src/ce_common.pas +++ b/src/ce_common.pas @@ -10,12 +10,12 @@ uses {$IFDEF WINDOWS} Windows, JwaTlHelp32, registry, {$ELSE} - ExtCtrls, FileUtil, + ExtCtrls, {$ENDIF} {$IFNDEF CEBUILD} forms, ComCtrls, {$ENDIF} - LazFileUtils, process, asyncprocess, ghashmap, ghashset, LCLIntf, strutils, + LazFileUtils, FileUtil, process, asyncprocess, ghashmap, ghashset, LCLIntf, strutils, fpjson, graphics; const