Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Update company name
Browse files Browse the repository at this point in the history
  • Loading branch information
kjxbyz committed Oct 6, 2024
1 parent 0be7457 commit 3311467
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion msi/faforever/faforever/AppComponents.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

<!-- Desktop shortcut (user's choice) -->
<Component Id="DesktopShortcutComponent" Directory="DesktopFolder">
<RegistryValue Root="HKCU" Key="SOFTWARE\INSCO LLC\FaForever" Name="EnableDesktopShortcut" Value="1" />
<RegistryValue Root="HKCU" Key="SOFTWARE\Insco LLC\FaForever" Name="EnableDesktopShortcut" Value="1" />
<Shortcut Name="FaForever" Description="A third-party music player that replaces Synology DS Audio client." Directory="DesktopFolder" Target="[#FaForever.exe]" />
</Component>
</Fragment>
Expand Down
2 changes: 1 addition & 1 deletion msi/faforever/faforever/Package.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Package Name="FaForever" Manufacturer="INSCO LLC" Version="1.0.0.47" UpgradeCode="9e9a6c86-498b-45a3-962a-a8023e749b4a">
<Package Name="FaForever" Manufacturer="Insco LLC" Version="1.0.0.47" UpgradeCode="9e9a6c86-498b-45a3-962a-a8023e749b4a">
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />

<!-- Set an icon for Windows Settings > Apps -->
Expand Down
2 changes: 1 addition & 1 deletion windows/packaging/exe/inno_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PrivilegesRequired={{PRIVILEGES_REQUIRED}}
PrivilegesRequiredOverridesAllowed=dialog
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64
AppCopyright=Copyright (C) 2023-present INSCO LLC.
AppCopyright=Copyright (C) 2023-present Insco LLC.
AppReadmeFile=https://raw.githubusercontent.com/cyf/faforever-flutter/main/README.md
LicenseFile={{SOURCE_DIR}}\LICENSE

Expand Down
2 changes: 1 addition & 1 deletion windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ BEGIN
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "com.chenyifaer.faforever" "\0"
VALUE "CompanyName", "Insco LLC" "\0"
VALUE "FileDescription", "FaForever" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "FaForever" "\0"
Expand Down

0 comments on commit 3311467

Please sign in to comment.