Skip to content

Commit

Permalink
fix ico
Browse files Browse the repository at this point in the history
  • Loading branch information
AvenCores committed Apr 30, 2023
1 parent 95b611a commit 3563311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified main.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion main.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import webbrowser
import tkinter

f=open(r'tlauncher.ico', "wb")
ufr = get("https://raw.githubusercontent.com/AvenCores/tlauncher-removead-python/master/tlauncher.ico")
ufr = get("https://raw.githubusercontent.com/AvenCores/tlauncher-removead-python/master/ICO/tlauncher.ico")
f.write(ufr.content)
f.close()

Expand Down

0 comments on commit 3563311

Please sign in to comment.