You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/business.yml
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,12 @@ jobs:
32
32
run: chmod +x gradlew
33
33
34
34
- name: Update package name
35
-
run: sed -i 's/applicationId = "com.wmods.wppenhacer"/applicationId = "com.wmods.wppenhacer.w4b"/g' app/build.gradle.kts
36
-
37
-
- name: Update app name
38
-
run: sed -i 's/Wa Enhancer/Wa Enhancer Business/g' app/src/main/res/values/strings.xml
39
-
40
-
- name: Update scope
41
-
run: sed -i 's/com.whatsapp/com.whatsapp.w4b/g' app/src/main/res/values/arrays.xml
35
+
run: |
36
+
sed -i 's/applicationId = "com.wmods.wppenhacer"/applicationId = "com.wmods.wppenhacer.w4b"/g' app/build.gradle.kts
37
+
sed -i 's/Wa Enhancer/Wa Enhancer Business/g' app/src/main/res/values/strings.xml
38
+
sed -i 's/com.whatsapp/com.whatsapp.w4b/g' app/src/main/res/values/arrays.xml
39
+
sed -i 's/com.wmods.waenhancer.hookprovider/com.wmods.waenhancer.w4b.hookprovider/g' app/src/main/java/com/wmods/wppenhacer/xposed/bridge/ScopeHook.java
40
+
sed -i 's/com.wmods.waenhancer.hookprovider/com.wmods.waenhancer.w4b.hookprovider/g' app/src/main/AndroidManifest.xml
0 commit comments