Skip to content

Commit

Permalink
- Finished release v0.9.1.
Browse files Browse the repository at this point in the history
- Fixed compiletime check.

Signed-off-by: Dankr4d <dude569@freenet.de>
  • Loading branch information
Dankr4d committed Feb 12, 2020
1 parent fe4eca0 commit 75aeb76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui.nim
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ proc onBtnJoinClicked(self: Button) =
# TODO: Check if server is reachable before starting BF2142 (try out all 3 port)
var command: string
when defined(linux):
when defined(debug):
when not defined(release):
command.add("WINEDEBUG=fixme-all,err-winediag" & ' ') # TODO: Remove some nasty fixme's and errors for development
if winePrefix != "":
command.add("WINEPREFIX=" & wineprefix & ' ')
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The unlocker gives you the abillity to add 64 coop maps (see below *"Optional re
- Battlefield 2142 with the original executable.

## Downloads
- [Download BF2142 Unlocker v0.9 (Windows)](https://github.com/Dankr4d/BF2142Unlocker/releases/download/v0.9/BF2142Unlocker_v0.9_win.zip)
- [Download BF2142 Unlocker v0.9 (Linux)](https://github.com/Dankr4d/BF2142Unlocker/releases/download/v0.9/BF2142Unlocker_v0.9_linux.zip)
- [Download BF2142 Unlocker v0.9.1 (Windows)](https://github.com/Dankr4d/BF2142Unlocker/releases/download/v0.9.1/BF2142Unlocker_v0.9.1_win.zip)
- [Download BF2142 Unlocker v0.9.1 (Linux)](https://github.com/Dankr4d/BF2142Unlocker/releases/download/v0.9.1/BF2142Unlocker_v0.9.1_linux.zip)

## How to use:
- Start the BF2142Unlocker:
Expand Down

0 comments on commit 75aeb76

Please sign in to comment.