Skip to content

Commit

Permalink
change name in readme and extra icons pack
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed Oct 12, 2024
1 parent 361f485 commit e4ba25b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Authenticator Pro Icons
# Stratum Icons

Third-party icon packs for [Authenticator Pro](https://github.com/jamie-mh/AuthenticatorPro). The icons are generated once a month from various sources.
Third-party icon packs for [Stratum](https://github.com/stratumauth/app). The icons are generated once a month from various sources.

## Download

The packs can be downloaded from the [releases page](https://github.com/jamie-mh/AuthenticatorProIcons/releases).
The packs can be downloaded from the [releases page](https://github.com/stratumauth/app/releases).

4 changes: 2 additions & 2 deletions build_extra_icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

def main():
settings = BasicBuildSettings()
settings.repo_url = "https://github.com/jamie-mh/AuthenticatorPro.git"
settings.repo_url = "https://github.com/stratumauth/app.git"
settings.png_glob = ["extraicons", "*.png"]
settings.output_name = "extra-icons"
settings.pack_name = "Extra Icons"
settings.pack_description = (
"Icons that don't fit the inclusion criteria or that were removed"
)
settings.pack_url = "https://github.com/jamie-mh/AuthenticatorPro"
settings.pack_url = "https://github.com/stratumauth/app"

build_basic_pack(settings)

Expand Down

0 comments on commit e4ba25b

Please sign in to comment.