Skip to content

Commit

Permalink
Fix links in build README and don't preserve user in build tar
Browse files Browse the repository at this point in the history
  • Loading branch information
dh4 committed Nov 10, 2024
1 parent ed4885c commit 5ef8cf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-scripts/platform/linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case "$1" in
mkdir -p "build/"

mv resources/README.txt .
tar -cvzpf "build/mupen64plus-qt_linux_$VERSION.tar.gz" mupen64plus-qt README.txt
tar -cvf "build/mupen64plus-qt_linux_$VERSION.tar.gz" --owner=0 --group=0 mupen64plus-qt README.txt
;;

esac
6 changes: 3 additions & 3 deletions resources/README.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Github Repository:
https://www.github.com/dh4/mupen64plus-qt

Qt is licensed under the LGPL v2.1:
https://www.gnu.org/licenses/lgpl-2.1.html
Qt is licensed under the LGPL v3:
https://www.gnu.org/licenses/lgpl-3.0.html

Qt's source code can be viewed here:
https://qt.gitorious.org/qt
https://github.com/qt


See the README at https://www.github.com/dh4/mupen64plus-qt for a detailed
Expand Down

0 comments on commit 5ef8cf1

Please sign in to comment.