Skip to content

Commit

Permalink
Merge pull request #30 from janithcooray/iod-magisk
Browse files Browse the repository at this point in the history
fix build error
  • Loading branch information
janithcooray authored Oct 24, 2024
2 parents 32c10a8 + 3752476 commit 63af200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ for FILE in "config"/*.sh; do
# Update JSON File
echo "{\"version\": $MODFILE_VERSION,\"versionCode\": $MODFILE_VERCODE," > "$REPO_TOPLEVEL/release/$VARIENT_NAME.json"
echo "\"zipUrl\": \"https://github.com/janithcooray/lin_os_swap_mod/releases/latest/download/$VARIENT_NAME.zip\",\"changelog\": \"https://github.com/janithcooray/lin_os_swap_mod/releases/latest/download/CHANGELOG.md\"}" >> "$REPO_TOPLEVEL/release/$VARIENT_NAME.json"
echo "updateJson=" >> "https://github.com/janithcooray/lin_os_swap_mod/releases/latest/download/$VARIENT_NAME.json"
echo "updateJson=https://github.com/janithcooray/lin_os_swap_mod/releases/latest/download/$VARIENT_NAME.json" >> $REPO_TOPLEVEL/module/module.prop

rm -f "$REPO_TOPLEVEL/release/$VARIENT_NAME.zip";
cp "$REPO_TOPLEVEL/config/$VARIENT_NAME.sh" "$REPO_TOPLEVEL/module/vars.sh"
Expand Down

0 comments on commit 63af200

Please sign in to comment.