Skip to content

First official release

Compare
Choose a tag to compare
@bousqi bousqi released this 31 Jul 10:38
· 25 commits to main since this release

Binaries are made of self contained packages using pyInstaller.
Those pre-built package are only for those that are not able to generate them or execute with python sources.

Contents

  • Command Line Interface binary : osmad_cli
  • Graphical User Interface binary : osmad_gui

NOTES & WARNING
PyInstaller built binaries generates false positives against VirusTotal. Seems to be a known issue where a solution is to rebuild PyInstaller bootloader (will be done in a next release).
If you are not confident (as I am :)), just use Makefile to build your own packages.
I did tried using Nuitka instead of PyInstaller, but UI as some freezing issue

Improvements

Added right click menu for more actions on assets

Full Changelog

v1.0.0...v1.0.2