Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c70d480

Browse files
committedApr 6, 2025·
Fix
1 parent f2d0fdd commit c70d480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Files.App.OpenDialog*.dll
88
Files.App.SaveDialog*.dll
99
Files.App.Launcher.exe
1010

11-
src/Files.App/Assets/AppTiles/RealWorld/
11+
src/Files.App/Assets/AppTiles/Current/
1212

1313
# User-specific files
1414
*.rsuser

Diff for: ‎eng/MakeAppXManifest.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<Exec Command="powershell -ExecutionPolicy Bypass -File $(RepoDir)\scripts\Configure-AppXManifest.ps1 -Branch $(AppEnvironment) -PackageManifestPath $(AppXManifestFile) -IsBuildingInVisualStudio $(BuildingInsideVisualStudio)" />
44
</Target>
55
<Target Name="PrepareAppTiles" BeforeTargets="Build">
6-
<Exec Command="powershell -ExecutionPolicy Bypass -File $(RepoDir)\scripts\Copy-AppTiles.ps1 -Branch $(AppChannel)" />
6+
<Exec Command="powershell -ExecutionPolicy Bypass -File $(RepoDir)\scripts\Copy-AppTiles.ps1 -Channel $(AppChannel) -WorkingDir $(RootDir)" />
77
</Target>
88
</Project>

0 commit comments

Comments
 (0)
Please sign in to comment.