Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
shrihan try not to break stuff (impossible) (/j)
Browse files Browse the repository at this point in the history
  • Loading branch information
reis authored Aug 9, 2022
1 parent a2082c9 commit c32de24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wsEvents/PatchApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ function outputName () {
const part3 = global?.apkInfo?.version ? `v${global.apkInfo.version}` : '';
const part4 = global?.apkInfo?.arch;
const part5 = 'cli_' + global.jarNames.cli
.split(require('path').sep)[2]
.split('/')[2]
.replace('revanced-cli-', '')
.replace('-all.jar', '');
const part6 = 'patches_' + global.jarNames.patchesJar
.split(require('path').sep)[2]
.split('/')[2]
.replace('revanced-patches-', '')
.replace('.jar', '');
// Filename: ReVanced-<AppName>-<AppVersion>-[Arch]-cli_<CLI_Version>-patches_<PatchesVersion>.apk
Expand Down

1 comment on commit c32de24

@shrihankp
Copy link
Collaborator

@shrihankp shrihankp commented on c32de24 Aug 9, 2022

Choose a reason for hiding this comment

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

Gosh darn, guess you need to scrap this feature entirely?

Please sign in to comment.