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

Commit

Permalink
Fix #473 (@shrihanDev smh smh)
Browse files Browse the repository at this point in the history
  • Loading branch information
reis committed Sep 27, 2022
1 parent efd8e2f commit c289613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mountReVancedInstaller.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = async function mountReVancedInstaller(deviceId) {

// Copy ReVanced APK to temp.
await exec(
`adb -s ${deviceId} push revanced/${joinPath(
`adb -s ${deviceId} push ${joinPath(
global.revancedDir,
global.outputName
)} /data/local/tmp/revanced.delete`
Expand Down

0 comments on commit c289613

Please sign in to comment.