Skip to content

Commit

Permalink
update business.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dev4Mod <[email protected]>
  • Loading branch information
Dev4Mod committed Nov 28, 2024
1 parent e71f05c commit b8734f2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/business.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ jobs:
run: chmod +x gradlew

- name: Update package name
run: sed -i 's/applicationId = "com.wmods.wppenhacer"/applicationId = "com.wmods.wppenhacer.w4b"/g' app/build.gradle.kts

- name: Update app name
run: sed -i 's/Wa Enhancer/Wa Enhancer Business/g' app/src/main/res/values/strings.xml

- name: Update scope
run: sed -i 's/com.whatsapp/com.whatsapp.w4b/g' app/src/main/res/values/arrays.xml
run: |
sed -i 's/applicationId = "com.wmods.wppenhacer"/applicationId = "com.wmods.wppenhacer.w4b"/g' app/build.gradle.kts
sed -i 's/Wa Enhancer/Wa Enhancer Business/g' app/src/main/res/values/strings.xml
sed -i 's/com.whatsapp/com.whatsapp.w4b/g' app/src/main/res/values/arrays.xml
sed -i 's/com.wmods.waenhancer.hookprovider/com.wmods.waenhancer.w4b.hookprovider/g' app/src/main/java/com/wmods/wppenhacer/xposed/bridge/ScopeHook.java
sed -i 's/com.wmods.waenhancer.hookprovider/com.wmods.waenhancer.w4b.hookprovider/g' app/src/main/AndroidManifest.xml
- name: Build and test app
run: |
Expand Down

0 comments on commit b8734f2

Please sign in to comment.