Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Bump zip version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPurple666 authored May 13, 2023
1 parent b37195e commit ed390de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ cd $driverdir
cat <<EOF >"meta.json"
{
"schemaVersion": 1,
"name": "Mesa Turnip Adreno Driver 23.0.0",
"name": "Mesa Turnip Adreno Driver 23.2.0",
"description": "Open-source Vulkan driver build from mesa drivers repo",
"author": "Mr_Purple_666",
"packageVersion": "T-Alpha",
"vendor": "Mesa",
"driverVersion": "23.0.0-devel",
"driverVersion": "23.2.0-devel",
"minApi": 30,
"libraryName": "vulkan.adreno.so"
}
Expand All @@ -131,8 +131,8 @@ cp $workdir/libbacktrace.so $driverdir


echo "Packing files in to magisk module ..." $'\n'
zip -r $workdir/turnip-23.0.0-T-Alpha_MrPurple.adpkg.zip * &> /dev/null
if ! [ -a $workdir/turnip-23.0.0-T-Alpha_MrPurple.adpkg.zip ];
zip -r $workdir/turnip-23.2.0-T-Alpha_MrPurple.adpkg.zip * &> /dev/null
if ! [ -a $workdir/turnip-23.2.0-T-Alpha_MrPurple.adpkg.zip ];
then echo -e "$red-Packing failed!$nocolor" && exit 1
else echo -e "$green-All done, you can take your module from here;$nocolor" && echo $workdir/turnip-23.0.0-T-Alpha_MrPurple.adpkg.zip
fi

0 comments on commit ed390de

Please sign in to comment.