Skip to content

Commit

Permalink
Update PCOptimus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
truelockmc authored Sep 22, 2024
1 parent 6b552ca commit 3318a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCOptimus.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def advanced_debloat():

if response:
# Wenn der Benutzer auf Yes klickt
download_link = "https://cdn.discordapp.com/attachments/1281297395375800372/1281297475143204894/nNIA5bj.zip?ex=66db34c3&is=66d9e343&hm=5217d65f24ead3ce5e095e7bab140807aebd4e8a9f60ff587bcf48141b1409d8&" # Discord-Link hier einfügen
download_link = "https://codeload.github.com/Raphire/Win11Debloat/zip/refs/heads/master" # Link hier einfügen
download_and_extract_zip(download_link, os.getcwd())
else:
# Wenn der Benutzer auf No klickt, einfach das Popup schließen
Expand Down

0 comments on commit 3318a73

Please sign in to comment.