Skip to content

Commit

Permalink
0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
fastrizwaan committed Sep 9, 2024
1 parent 297559b commit 36356b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winecharm.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from gi.repository import GLib, Gio, Gtk, Gdk, Adw, GdkPixbuf, Pango # Add Pango here
#qfrom concurrent.futures import ThreadPoolExecutor

version = "0.91"
version = "0.92"
# Constants
winecharmdir = Path(os.path.expanduser("~/.var/app/io.github.fastrizwaan.WineCharm/data/winecharm")).resolve()
prefixes_dir = winecharmdir / "Prefixes"
Expand Down

0 comments on commit 36356b1

Please sign in to comment.