Skip to content

Commit

Permalink
Merge pull request #31 from janithcooray/iod-magisk
Browse files Browse the repository at this point in the history
Fix Version Code String
  • Loading branch information
janithcooray authored Oct 24, 2024
2 parents 63af200 + 7f0dee5 commit 396e91d
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 @@ -35,7 +35,7 @@ for FILE in "config"/*.sh; do
echo "version=$MODFILE_VERSION" >> $REPO_TOPLEVEL/module/module.prop
echo "versionCode=$MODFILE_VERCODE" >> $REPO_TOPLEVEL/module/module.prop
# Update JSON File
echo "{\"version\": $MODFILE_VERSION,\"versionCode\": $MODFILE_VERCODE," > "$REPO_TOPLEVEL/release/$VARIENT_NAME.json"
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" >> $REPO_TOPLEVEL/module/module.prop

Expand Down

0 comments on commit 396e91d

Please sign in to comment.