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

Commit

Permalink
I'm dumb.
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Jul 4, 2022
1 parent 4ded975 commit 9b2ca2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ async function downloadFile (assets) {
const dir = fs.readdirSync('./revanced/');
overWriteJarNames(asset.browser_download_url);
if (dir.includes(asset.browser_download_url.split('/').pop())) {
console.log(asset.browser_download_url.split('/').pop());
if (
asset.browser_download_url.split('/').pop() !==
'app-release-unsigned.apk'
Expand Down

0 comments on commit 9b2ca2d

Please sign in to comment.