Skip to content

Commit

Permalink
Update destination folders in Edge_Launcher.vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
billxc committed Feb 23, 2024
1 parent 0e8fa8d commit 867b814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Edge_Launcher.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@
</CopyFileToFolders>
<CopyFileToFolders Include="assets/vue-1.0.js">
<DestinationFolders>$(OutDir)/assets/</DestinationFolders>
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)/assets/</DestinationFolders>
<DestinationFolders Condition="'$(Configuration)'=='Debug'">$(OutDir)/assets/</DestinationFolders>
</CopyFileToFolders>
<CopyFileToFolders Include="assets/vue-1.0.min.js">
<DestinationFolders>$(OutDir)/assets/</DestinationFolders>
<DestinationFolders Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(OutDir)/assets/</DestinationFolders>
<DestinationFolders Condition="'$(Configuration)'=='Release'">$(OutDir)/assets/</DestinationFolders>
</CopyFileToFolders>
<CopyFileToFolders Include="assets/edge.ico">
<DestinationFolders>$(OutDir)/assets/</DestinationFolders>
Expand Down

0 comments on commit 867b814

Please sign in to comment.