diff --git a/EagleJab.py b/EagleJab.py index 713354c..ed30ca6 100644 --- a/EagleJab.py +++ b/EagleJab.py @@ -12,6 +12,7 @@ args = parser.parse_args() # Hides the root tk window root = tk.Tk() +root.iconbitmap('icon.ico') root.withdraw() # Ask for the desired .CIA file if none is given