Skip to content

Commit

Permalink
Attempt to fix GH build
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed Nov 5, 2023
1 parent f2bbae6 commit 37016b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion osx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
import os
import sys
from pathlib import Path
from Foundation import NSBundle
try:
from Foundation import NSBundle
except:
pass

__package__ = "meld"
__version__ = "3.21.0.osx3"
Expand Down

0 comments on commit 37016b5

Please sign in to comment.