Skip to content

Commit

Permalink
exclude stubs from zip
Browse files Browse the repository at this point in the history
  • Loading branch information
sn-00-x committed Apr 6, 2023
1 parent 4ed972f commit e87c0ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ use [King Installer](https://github.com/Rikj000/KingInstaller) to "install as Go
## Build

```bash
zip aa4mg.zip -9r *
zip aa4mg.zip -9r * -x "stubs/*"
```

## Credits
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=aa4mg
name=Android Auto 4 microG
version=aa4mg 0.4-a13
versionCode=230401
version=aa4mg 0.4.2-a13
versionCode=230406
author=sn00x, Byreqz & Rikj000
description=Install Android Auto on top of MicroG

0 comments on commit e87c0ca

Please sign in to comment.