Skip to content

Commit

Permalink
Make package/YRLauncherUnix.sh executable.
Browse files Browse the repository at this point in the history
And package/Resources/YRLauncherUnix.
  • Loading branch information
Revival8697 committed Feb 4, 2025
1 parent d8de230 commit dbd87df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/Resources/YRLauncherUnix.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

cd "$(dirname "$0")"
dotnet Resources/BinariesNET8/UniversalGL/clientogl.dll "$@"
dotnet Resources/BinariesNET8/UniversalGL/clientogl.dll "$@"
2 changes: 1 addition & 1 deletion package/YRLauncherUnix.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

cd "$(dirname "$0")"
dotnet Resources/BinariesNET8/UniversalGL/clientogl.dll "$@"
dotnet Resources/BinariesNET8/UniversalGL/clientogl.dll "$@"

0 comments on commit dbd87df

Please sign in to comment.