Skip to content

Commit

Permalink
remove unwanted files
Browse files Browse the repository at this point in the history
  • Loading branch information
mjishnu committed Jun 20, 2024
1 parent 6944f3f commit 9166a2e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# alt-app-installer-cli
alt app installer cli
A simple cli version of [alt app installer](https://github.com/mjishnu/alt-app-installer)

![Screenshot 2024-06-20 134921-min](https://github.com/mjishnu/alt-app-installer-cli/assets/83004520/d47bdc96-ff57-43b0-bd96-c4c77ad18375)
![Screenshot 2024-06-20 135021-min](https://github.com/mjishnu/alt-app-installer-cli/assets/83004520/b9d217d5-8eb9-469c-9d9d-d2d31f3d42f1)
![Screenshot 2024-06-20 135001-min](https://github.com/mjishnu/alt-app-installer-cli/assets/83004520/e9975215-dbd6-4480-a879-7b682ee9abbb)
Binary file removed app/data/System.Management.Automation.dll
Binary file not shown.
5 changes: 1 addition & 4 deletions app/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
import os

from pypdl import PypdlFactory

from url_gen import url_generator

script_dir = os.path.dirname(os.path.abspath(__file__))


def default_logger(name: str) -> logging.Logger:
"""Creates a default debugging logger."""
logger = logging.getLogger(name)
handler = logging.FileHandler(f"{script_dir}/log.txt", mode="a", delay=True)
handler = logging.FileHandler("log.txt", mode="a", delay=True)
custom_format = (
f"[{name} logs] \n[%(asctime)s]\n\n %(levelname)s: %(message)s\n{82*"-"}\n"
)
Expand Down
5 changes: 1 addition & 4 deletions app/install.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import os
import subprocess
import time
from datetime import datetime
import subprocess

script_dir = os.path.dirname(os.path.abspath(__file__))


def install(paths, uwp):
Expand Down

0 comments on commit 9166a2e

Please sign in to comment.