Skip to content

Commit

Permalink
rename apps-stable to apps-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Mar 5, 2023
1 parent 528f04a commit 0eb316e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
*.pem
*.sig
*.sjson
/apps-alpha/
/apps-beta/
/apps-stable/
/apps-legacy/
/apps.0.sec
/apps/packages/*/*/*
!/apps/packages/*/*/*.toml
Expand Down
2 changes: 1 addition & 1 deletion generate-legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
apps = {}

for channel in channels:
top = "apps-stable"
top = "apps-legacy"
for src in sorted(os.listdir(top)):
metadata = {"label": "", "versionCode": -1, "dependencies": [], "packages": [], "hashes": []}

Expand Down

0 comments on commit 0eb316e

Please sign in to comment.