Skip to content

Commit f73ca7f

Browse files
committed
Case sensitivity protection again + build this branch for now
1 parent 84a041c commit f73ca7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/appimage_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
repository: Motobug/Project-Plus-Dolphin
20-
ref: master
20+
ref: git-actions
2121

2222
- name: Checkout Submodules
2323
if: steps.cache-submodules.outputs.cache-hit != 'true'

Source/Core/DolphinQt/DolphinQt.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
<DataSysFiles Include="$(DolphinRootDir)Data\**\Games\**\*.*" />
516516
<DataSysFiles Include="$(DolphinRootDir)Data\**\Launcher\**\*.*" />
517517
<DataSysFiles Include="$(DolphinRootDir)Data\**\Sys\**\*.*" />
518-
<DataUserFiles Include="$(DolphinRootDir)Data\**\User\**\*.*" />
518+
<DataUserFiles Include="$(DolphinRootDir)Data\**\user\**\*.*" />
519519
<DataTxtFiles Include="$(DolphinRootDir)Data\license.txt" />
520520
<DataTxtFiles Include="$(DolphinRootDir)Data\portable.txt" />
521521
<BinaryFiles Include="$(TargetPath)" />
@@ -529,4 +529,4 @@
529529
<Message Text="Copy: @(BinaryFiles) -&gt; $(BinaryOutputDir)" Importance="High" />
530530
<Copy SourceFiles="@(BinaryFiles)" DestinationFolder="$(BinaryOutputDir)" />
531531
</Target>
532-
</Project>
532+
</Project>

0 commit comments

Comments
 (0)