File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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)" />
529529 <Message Text =" Copy: @(BinaryFiles) -> $(BinaryOutputDir)" Importance =" High" />
530530 <Copy SourceFiles =" @(BinaryFiles)" DestinationFolder =" $(BinaryOutputDir)" />
531531 </Target >
532- </Project >
532+ </Project >
You can’t perform that action at this time.
0 commit comments