Skip to content

Commit

Permalink
Fix cp
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 5, 2024
1 parent 866126f commit 9a94d74
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,18 +196,18 @@ jobs:
mkdir -p Libraries/Wine/lib/wine/x86_64-unix
mkdir -p Libraries/Wine/share/wine
cp -ra ${{ env.BUILDROOT }}/wine64/fonts Libraries/Wine/share/wine
cp -ra ${{ env.BUILDROOT }}/wine64/nls Libraries/Wine/share/wine
cp -ra ${{ env.BUILDROOT }}/wine64/loader/wine.inf Libraries/Wine/share/wine
cp -a ${{ env.BUILDROOT }}/wine64/fonts Libraries/Wine/share/wine
cp -a ${{ env.BUILDROOT }}/wine64/nls Libraries/Wine/share/wine
cp -a ${{ env.BUILDROOT }}/wine64/loader/wine.inf Libraries/Wine/share/wine
cp -ra ${{ env.BUILDROOT }}/wine64/loader/wine64 Libraries/Wine/bin
cp -ra ${{ env.BUILDROOT }}/wine64/server/wineserver Libraries/Wine/bin
cp -a ${{ env.BUILDROOT }}/wine64/loader/wine64 Libraries/Wine/bin
cp -a ${{ env.BUILDROOT }}/wine64/server/wineserver Libraries/Wine/bin
cp -ra $(brew --prefix winetricks)/bin/winetricks Libraries
cp -ra verbs.txt Libraries
cp -a $(brew --prefix winetricks)/bin/winetricks Libraries
cp -a verbs.txt Libraries
cp -ra x32 Libraries/DXVK
cp -ra x64 Libraries/DXVK
cp -a x32 Libraries/DXVK
cp -a x64 Libraries/DXVK
- name: Homebrew Libs [DEBUG]
run: |
Expand Down

0 comments on commit 9a94d74

Please sign in to comment.