mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-10-18 00:15:26 +02:00
Fix build with MSVC.
This commit is contained in:
parent
929032d598
commit
9eb5ea599e
2 changed files with 1 additions and 2 deletions
|
@ -446,8 +446,8 @@ QSize Document::countOptimalSize() {
|
|||
auto descriptor = pending
|
||||
? Lottie::IconDescriptor{
|
||||
.name = u"transcribe_loading"_q,
|
||||
.sizeOverride = Size(st::historyTranscribeLoadingSize),
|
||||
.color = &st::historyTextInFg,
|
||||
.sizeOverride = Size(st::historyTranscribeLoadingSize),
|
||||
.colorizeUsingAlpha = true,
|
||||
}
|
||||
: Lottie::IconDescriptor();
|
||||
|
|
|
@ -81,7 +81,6 @@ Source: "{#ReleasePath}\{#ModulesFolder}\d3d\d3dcompiler_47.dll"; DestDir: "{app
|
|||
Name: "{group}\{#MyAppShortName}"; Filename: "{app}\{#MyAppExeName}"
|
||||
Name: "{group}\{cm:UninstallProgram,{#MyAppShortName}}"; Filename: "{uninstallexe}"
|
||||
Name: "{userdesktop}\{#MyAppShortName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
|
||||
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppShortName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppShortName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
|
||||
|
|
Loading…
Add table
Reference in a new issue