Skip to content

Commit

Permalink
Agregada la versión 1.0.3
Browse files Browse the repository at this point in the history
E corregido varios bugs haciendo la app mas eficiente
  • Loading branch information
KeimaSenpai authored Mar 30, 2024
1 parent b3adbd0 commit 696f1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from minecraft_launcher.minecraft import install_fabric, install_forge, install_minecraft, play_mine


VERSION = ('1.0.2')
VERSION = ('1.0.3')
user_windows = os.environ['USERNAME']
minecraft_directory = f"C://Users//{user_windows}//AppData//Roaming//.xlauncher"
ruta_json = f"{minecraft_directory}//configuracion.json"
Expand Down Expand Up @@ -134,4 +134,4 @@ async def info_app():


if __name__ == '__main__':
asyncio.run(menu())
asyncio.run(menu())

0 comments on commit 696f1a3

Please sign in to comment.