Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NoName-exe authored Oct 12, 2023
1 parent 99604eb commit 66ec3b7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
yt_op=$(find build -maxdepth 1 -name "youtube-revanced-extended-magisk-*.zip" -printf '%P\n')
if [ -z "$yt_op" ]; then
echo "RELEASE_NAME=ReVanced Extended" >> $GITHUB_OUTPUT
echo "RELEASE_NAME=ReVanced eXtended" >> $GITHUB_OUTPUT
else
echo "RELEASE_NAME=$yt_op" >> $GITHUB_OUTPUT
fi
Expand Down
16 changes: 15 additions & 1 deletion options.json
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
[]
[
{
"patchName": "Custom package name",
"options": [
{
"key": "YouTubePackageName",
"value": "yt.rvx.noname.exe"
},
{
"key": "MusicPackageName",
"value": "ytm.rvxnoname.exe"
}
]
}
]

2 comments on commit 66ec3b7

@Bec-de-Xorbin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change the package name?

@NoName-exe
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change the package name?

no particular reason tbh. Keystore changed and that warrants a clean installation anyway,so may as well ¯_(ツ)_/¯

Please sign in to comment.