Update to latest SigScript
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
b37e8ef89d
commit
2132785026
@ -4,7 +4,7 @@ printf "Running program...\n\n\n"
|
|||||||
output=$(dpkg -l | grep libx11-dev)
|
output=$(dpkg -l | grep libx11-dev)
|
||||||
if [[ -z $output ]]
|
if [[ -z $output ]]
|
||||||
then
|
then
|
||||||
sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev
|
sudo apt install libx11-dev libpulse-dev mesa-common-dev libpng-dev libstdc++-12-dev
|
||||||
fi
|
fi
|
||||||
if [ ! -f "pixelGameEngine.o" ]
|
if [ ! -f "pixelGameEngine.o" ]
|
||||||
then
|
then
|
||||||
|
@ -14,6 +14,7 @@ else
|
|||||||
Co-authored-by: $line"
|
Co-authored-by: $line"
|
||||||
fi
|
fi
|
||||||
done < utils/.coauthors
|
done < utils/.coauthors
|
||||||
|
git config --global credential.helper store
|
||||||
git add -u
|
git add -u
|
||||||
git add *
|
git add *
|
||||||
git commit -m "$COMMIT_MESSAGE"
|
git commit -m "$COMMIT_MESSAGE"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
build.sh:f7da5b6f54c56658f5410e0df797b5a7 -
|
build.sh:c073187e65d0e23aa77aa94af4ec6382 -
|
||||||
commit.sh:d03a46e721060c22ccb146e19d27e70a -
|
commit.sh:1af81bf417dfb932284d8a14fdd10657 -
|
||||||
debug.sh:849488515cab075948653c15eec4177b -
|
debug.sh:849488515cab075948653c15eec4177b -
|
||||||
lines.sh:3b907786f7fc9204025993016c9080de -
|
lines.sh:3b907786f7fc9204025993016c9080de -
|
||||||
release.sh:0ab321c3fa2f1a1b2f03b1aec3bce816 -
|
release.sh:0ab321c3fa2f1a1b2f03b1aec3bce816 -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user