Update icon

pull/183/head
Peter Repukat 2 years ago
parent 6fcf50b408
commit 57aca66717

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

@ -166,7 +166,7 @@
<ResourceCompile Include="Resource.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="$(SolutionDir)\GloSC_Icon.ico" />
<Image Include="..\GlosSI_Icon.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">

@ -105,7 +105,7 @@
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Image Include="$(SolutionDir)\GloSC_Icon.ico">
<Image Include="..\GlosSI_Icon.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,8,1023005406006
PRODUCTVERSION 0,0,8,1023005406006
FILEVERSION 0,0,9,1014000053108
PRODUCTVERSION 0,0,9,1014000053108
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Peter Repukat - FlatspotSoftware"
VALUE "FileDescription", "GlosSI - Config"
VALUE "FileVersion", "0.0.8.1-23-g54e6bf6"
VALUE "FileVersion", "0.0.9.1-14-gda531f8"
VALUE "InternalName", "GlosSIConfig"
VALUE "LegalCopyright", "Copyright (C) 2021 Peter Repukat - FlatspotSoftware"
VALUE "OriginalFilename", "GlosSIConfig.exe"
VALUE "ProductName", "GlosSI"
VALUE "ProductVersion", "0.0.8.1-23-g54e6bf6"
VALUE "ProductVersion", "0.0.9.1-14-gda531f8"
END
END
BLOCK "VarFileInfo"
@ -91,7 +91,7 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "..\GloSC_Icon.ico"
IDI_ICON1 ICON "..\GlosSI_Icon.ico"
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////

@ -154,7 +154,7 @@ int main(int argc, char* argv[])
}
}
QGuiApplication::setWindowIcon(QIcon(":/GloSC_Icon_small.png"));
QGuiApplication::setWindowIcon(QIcon(":/GlosSI_Logo_512.png"));
#ifdef _WIN32

@ -13,11 +13,11 @@
<file>qml/InfoDialog.qml</file>
<file>steamscreener.png</file>
<file>noise.png</file>
<file>GloSC_Icon_small.png</file>
<file>svg/help_outline_white_24dp.svg</file>
<file>qml/SteamNotFoundDialog.qml</file>
<file>qml/SteamInputXboxDisabledDialog.qml</file>
<file>qml/CollapsiblePane.qml</file>
<file>svg/expand_more_white_24dp.svg</file>
<file>GlosSI_Logo_512.png</file>
</qresource>
</RCC>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 361 KiB

@ -252,7 +252,7 @@
<ResourceCompile Include="Resource.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="$(SolutionDir)\GloSC_Icon.ico" />
<Image Include="..\GlosSI_Icon.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

@ -195,7 +195,7 @@
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Image Include="$(SolutionDir)\GloSC_Icon.ico">
<Image Include="..\GlosSI_Icon.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>

File diff suppressed because it is too large Load Diff

@ -51,8 +51,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,0,8,1031000051035
PRODUCTVERSION 0,0,8,1031000051035
FILEVERSION 0,0,9,1014000053108
PRODUCTVERSION 0,0,9,1014000053108
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -69,12 +69,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Peter Repukat - FlatspotSoftware"
VALUE "FileDescription", "GlosSI - SteamTarget"
VALUE "FileVersion", "0.0.8.1-31-gda51d35"
VALUE "FileVersion", "0.0.9.1-14-gda531f8"
VALUE "InternalName", "GlosSITarget"
VALUE "LegalCopyright", "Copyright (C) 2021 Peter Repukat - FlatspotSoftware"
VALUE "OriginalFilename", "GlosSITarget.exe"
VALUE "ProductName", "GlosSI"
VALUE "ProductVersion", "0.0.8.1-31-gda51d35"
VALUE "ProductVersion", "0.0.9.1-14-gda531f8"
END
END
BLOCK "VarFileInfo"
@ -91,7 +91,7 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON1 ICON "GloSC_Icon.ico"
IDI_ICON1 ICON "..\GlosSI_Icon.ico"
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

@ -0,0 +1 @@
Subproject commit f55f5eb1c4b6e4d7d31f8d29f185850b884d5f21
Loading…
Cancel
Save