-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Workspaces]Fix Workspace icon when installed, move to assets (#35163)
* [Workspaces] fix defaulticon.ico, move it to the Assets directory * Move assets to single source of truth. Installer logic --------- Co-authored-by: Stefan Markovic <[email protected]>
- Loading branch information
1 parent
6c17fae
commit ccdfbb0
Showing
17 changed files
with
52 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" | ||
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" > | ||
|
||
<?include $(sys.CURRENTDIR)\Common.wxi?> | ||
|
||
<?define WorkspacesImagesComponentFiles=?> | ||
<?define WorkspacesImagesComponentFilesPath=$(var.BinDir)Assets\Workspaces\?> | ||
|
||
<Fragment> | ||
<!-- Shortcut guide files --> | ||
<DirectoryRef Id="BaseApplicationsAssetsFolder"> | ||
<Directory Id="WorkspacesAssetsInstallFolder" Name="Workspaces" /> | ||
</DirectoryRef> | ||
<DirectoryRef Id="WorkspacesAssetsInstallFolder" FileSource="$(var.WorkspacesImagesComponentFilesPath)"> | ||
<!-- Generated by generateFileComponents.ps1 --> | ||
<!--WorkspacesImagesComponentFiles_Component_Def--> | ||
</DirectoryRef> | ||
|
||
<!-- Workspaces --> | ||
<ComponentGroup Id="WorkspacesComponentGroup" > | ||
<Component Id="RemoveWorkspacesAssetsFolder" Guid="34FC1245-1197-4025-9CF1-A298D509C2CC" Directory="WorkspacesAssetsInstallFolder" > | ||
<RegistryKey Root="$(var.RegistryScope)" Key="Software\Classes\powertoys\components"> | ||
<RegistryValue Type="string" Name="RemoveWorkspacesAssetsFolder" Value="" KeyPath="yes"/> | ||
</RegistryKey> | ||
<RemoveFolder Id="RemoveFolderWorkspacesAssetsFolder" Directory="WorkspacesAssetsInstallFolder" On="uninstall"/> | ||
</Component> | ||
</ComponentGroup> | ||
|
||
</Fragment> | ||
</Wix> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+22 Bytes
(100%)
src/modules/Workspaces/WorkspacesLauncher/WorkspacesLauncherResource.base.rc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+22 Bytes
(100%)
src/modules/Workspaces/WorkspacesSnapshotTool/WorkspacesSnapshotToolResources.base.rc
Binary file not shown.
Binary file modified
BIN
+22 Bytes
(100%)
src/modules/Workspaces/WorkspacesWindowArranger/WorkspacesWindowArrangerResource.base.rc
Binary file not shown.