1
0
Fork 0
mirror of synced 2024-05-14 09:32:51 +12:00

Ready for new Release

This commit is contained in:
Dummerle 2021-05-12 09:35:50 +02:00
parent b4d10cc77e
commit 80eec00ccd
4 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,9 @@ Install via `pip`.
## Why Rare?
- Rare only uses ~50MB of RAM which is much less than the electron based [HeroicGamesLauncher](https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher) uses.
- Rare supports all major platforms (Windows, Linux, macOS) unlike the alternatives.
- Rare supports all major platforms (Windows, Linux, Mac) unlike the alternatives.
**Note** Mac should work too, but I have no Mac and I can't test it.
## Features
@ -60,7 +62,7 @@ Install via `pip`.
## Planned Features
- More Translations (Need help)
- More Information about Games
More planned features are in projects
More planned features are in [projects](https://github.com/Dummerle/Rare/projects/1)
## Contributing
There are more options to contribute.

View file

@ -1,5 +1,5 @@
import os
__version__ = "1.3.0"
__version__ = "1.4.0"
style_path = os.path.join(os.path.dirname(__file__), "styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")

View file

@ -1,5 +1,4 @@
import os
import sys
from argparse import ArgumentParser
from rare import __version__

View file

@ -1,7 +1,6 @@
import configparser
import logging
import os
import shutil
import sys
import time