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

Commit

Permalink
Fix TikTok's output APK name
Browse files Browse the repository at this point in the history
  • Loading branch information
RippleFlow committed Nov 15, 2022
1 parent 8f78f41 commit d83cda7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wsEvents/patchApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ function outputName() {
case 'warnapp':
part2 = 'WarnWetter';
break;
case 'trill':
part2 = 'TikTok';
break;
case 'task':
part2 = 'TickTick';
break;
Expand Down

0 comments on commit d83cda7

Please sign in to comment.