Skip to content

Commit

Permalink
Add Windows 98
Browse files Browse the repository at this point in the history
  • Loading branch information
techguy16 committed Nov 12, 2024
1 parent 01545a0 commit a6dcd7f
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 76 deletions.
2 changes: 1 addition & 1 deletion betas/add.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def add_downloads_to_json(filename):
json.dump(data, f, indent=4)

if __name__ == '__main__':
filename = 'winvista.json' # Replace with your actual filename
filename = 'win98.json' # Replace with your actual filename
add_downloads_to_json(filename)
Loading

0 comments on commit a6dcd7f

Please sign in to comment.