Skip to content

Commit

Permalink
Merge branch 'SoftFever:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
koppensb authored Sep 4, 2024
2 parents e55a8e7 + c179a57 commit a3d08e0
Show file tree
Hide file tree
Showing 16 changed files with 1,606 additions and 1,174 deletions.
2 changes: 1 addition & 1 deletion BuildLinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi

DISTRIBUTION=$(awk -F= '/^ID=/ {print $2}' /etc/os-release)
# treat ubuntu as debian
if [ "${DISTRIBUTION}" == "ubuntu" ]
if [ "${DISTRIBUTION}" == "ubuntu" ] || [ "${DISTRIBUTION}" == "linuxmint" ]
then
DISTRIBUTION="debian"
fi
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ Thank you! :)
<table>
<tr>
<td>
<a href="https://peopoly.net/">
<img src="SoftFever_doc\sponsor_logos\peopoly-standard-logo.png" alt="Peopoly" width="96" height="">
</a>
</td>
<td>
<a href="https://qidi3d.com/">
<img src="SoftFever_doc\sponsor_logos\QIDI.png" alt="QIDI" width="96" height="">
</a>
Expand Down
Binary file not shown.
Loading

0 comments on commit a3d08e0

Please sign in to comment.