-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix battery primary color - Fix search container color - Fix compose panel color
- Loading branch information
Showing
3 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
set WHATSAPP=app-2.2025.7\resources | ||
copy /Y styles.css %WHATSAPP%\styles.css | ||
cd %WHATSAPP% | ||
del /S/Q tmp | ||
rmdir /S/Q tmp | ||
mkdir tmp | ||
npx asar extract app.asar tmp | ||
copy /Y app.asar backup_app.asar | ||
type styles.css >> tmp\cssm.css | ||
npx asar pack tmp app.asar | ||
del /S/Q tmp | ||
rmdir /S/Q tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
set WHATSAPP=app-2.2025.7\resources | ||
cd %WHATSAPP% | ||
copy /Y backup_app.asar app.asar | ||
del /S/Q backup_app.asar |