Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@ jobs:
- name: Clone Repository
uses: actions/checkout@v4

- name: Fetch GH Sponsors
uses: ./FetchGHSponsors
env:
GH_TOKEN: ${{ secrets.SPONSORS_TOKEN }}
GH_LOGIN: MonoGame

- name: Fetch Patreons
uses: ./FetchPatreons
env:
PATREON_ACCESS_TOKEN: ${{ secrets.PATREON_ACCESS_TOKEN }}

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ then
echo -e "\nexport PATH=\"\$PATH:$HOME/.winemonogame\"" >> ~/.zprofile

# create a wine wrapper script to work around oddities with symlinked wine64
echo -e "#\!/bin/bash\nwine \"\$@\"" > "$HOME/.winemonogame/wine_wrapper.sh"
echo -e "#!/bin/bash\nwine \"\$@\"" > "$HOME/.winemonogame/wine_wrapper.sh"
chmod +x "$HOME/.winemonogame/wine_wrapper.sh"

# symlink wine64 to our wrapper script
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ then
echo -e "\nexport PATH=\"\$PATH:$HOME/.winemonogame\"" >> ~/.zprofile

# create a wine wrapper script to work around oddities with symlinked wine64
echo -e "#\!/bin/bash\nwine \"\$@\"" > "$HOME/.winemonogame/wine_wrapper.sh"
echo -e "#!/bin/bash\nwine \"\$@\"" > "$HOME/.winemonogame/wine_wrapper.sh"
chmod +x "$HOME/.winemonogame/wine_wrapper.sh"

# symlink wine64 to our wrapper script
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ then
echo -e "\nexport PATH=\"\$PATH:$HOME/.winemonogame\"" >> ~/.zprofile

# create a wine wrapper script to work around oddities with symlinked wine64
echo -e "#\!/bin/bash\nwine \"\$@\"" > "$HOME/.winemonogame/wine_wrapper.sh"
echo -e "#!/bin/bash\nwine \"\$@\"" > "$HOME/.winemonogame/wine_wrapper.sh"
chmod +x "$HOME/.winemonogame/wine_wrapper.sh"

# symlink wine64 to our wrapper script
Expand Down