Skip to content

Commit

Permalink
Add comments about Gcenx build
Browse files Browse the repository at this point in the history
  • Loading branch information
nrlquaker committed Feb 21, 2021
1 parent 3cd27da commit cf3d79a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Winbox-mac.app/Contents/MacOS/winbox-mac
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/bin/bash

export LC_CTYPE="en_US.UTF-8"
# not needed in Gcenx build
export FREETYPE_PROPERTIES="truetype:interpreter-version=35"
export WINEDLLOVERRIDES="mscoree,mshtml="
export WINEDEBUG="fixme-esync"

BUNDLERESOURCEPATH="$(dirname "$0")/../Resources"

# workaround for https://bugs.winehq.org/show_bug.cgi?id=49199
# not needed in Gcenx build
export DYLD_FALLBACK_LIBRARY_PATH="$BUNDLERESOURCEPATH/wine/lib64"

PLUTIL_REGEX="s/.*<string>\(.*\)<\/string>.*/\1/p"
Expand Down

2 comments on commit cf3d79a

@Gcenx
Copy link
Contributor

@Gcenx Gcenx commented on cf3d79a Feb 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nrlquaker In regards to Bug 41639 that was resolved some time ago, I’d forgotten to remove that.

I don’t think it’s worth opening an issue just for one line.

@nrlquaker
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the info. Will remove it.

Please sign in to comment.