Skip to content

Releases: muttleyxd/arma3-unix-launcher

arma3-unix-launcher commit 420

01 Apr 07:40

Choose a tag to compare

Fixed build for Arch Linux

arma3-unix-launcher commit 419

27 Mar 13:55
3fd9cab

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: commit-413...master-3fd9cabe

arma3-unix-launcher commit 413

22 Jul 11:35
2ea62d9

Choose a tag to compare

CI cleanup, possibly fixes #264

arma3-unix-launcher commit 383

16 Apr 13:25
fd68309

Choose a tag to compare

arma3-unix-launcher commit 381

08 Jan 19:22
018ce55

Choose a tag to compare

  • fixed building of DayZ Linux Launcher (#231)
  • added DayZ AppImage build to CI

note: macOS builds are broken at the moment, package uploaded here was built on my private machine - I don't have time to investigate build issue at the moment (looks like there was some change in Xcode and its SDKs, which my machine doesn't have)

arma3-unix-launcher commit 378

28 Dec 22:43
4c06ead

Choose a tag to compare

  • ignore workshop when there aren't any workshop mods - this fixes #186 - launcher will not crash when "107410" directory will not exist, when there aren't any subscribed mods
  • disable Steam integration when parameter is passed - previously there was a bug - --disable-steam-integration would enable Steam integration instead of disabling it

arma3-unix-launcher commit 370

11 Sep 13:53
82233f6

Choose a tag to compare

  • fixed #231 - issue with parsing Proton manifest files, launcher should now be able to start the game properly

  • migrated CI to GitHub Actions (Drone became unusable with Arch containers)

  • bunch of packaging fixes on Arch and AppImage (should fix #232)

  • currently Ubuntu packages are missing

Edit 2022-11-20:
Added v373 - rebuilt package for Arch Linux, doesn't have any code changes - fixes error with "libspdlog.so.1" missing

arma3-unix-launcher commit 355

29 Mar 08:22
8e10137

Choose a tag to compare

  • fix ampersand in mod name for Windows launcher compatibility (#217)

arma3-unix-launcher commit 353

15 Mar 11:13

Choose a tag to compare

  • hotfix for Arch Linux packages (#213)

from previous release:

  • fixed launcher not starting with missing libsteam_api.so file (#213)
  • fixed crash when trying to autoupdate (#212)
  • replaced cpp-httplib with curlpp - looks like curlpp has better error reporting

arma3-unix-launcher commit 352

15 Mar 10:28
3427529

Choose a tag to compare

Pre-release
  • fixed launcher not starting with missing libsteam_api.so file (#213)
  • fixed crash when trying to autoupdate (#212)
  • replaced cpp-httplib with curlpp - looks like curlpp has better error reporting