Skip to content

Commit

Permalink
buildall.sh: use packageall.sh instead of packageall.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
marchaesen committed May 18, 2024
1 parent c70b85f commit 9b37f5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ if [[ "$IS64" == "1" ]]; then
fi

cd xorg-server/installer
cmd.exe /c packageall.bat nox86
./packageall.sh nox86

else

Expand All @@ -200,7 +200,7 @@ else
fi

cd xorg-server/installer
cmd.exe /c packageall.bat nox64
./packageall.sh nox64
fi

fi
Expand Down
4 changes: 0 additions & 4 deletions copyDebug.sh

This file was deleted.

4 changes: 0 additions & 4 deletions copyRelease.sh

This file was deleted.

0 comments on commit 9b37f5e

Please sign in to comment.