Releases: TDG-Org/makullveny-releases
Release list
1.20.3
Installing Makullveny
Makullveny is not code-signed yet, so every desktop platform will warn you the
first time. Nothing here is a workaround for a broken download — it is what an
unsigned app looks like, and the steps below are the normal way to open one.
macOS
If you see "Makullveny is damaged and can't be opened. You should move it to
the Trash.", the download is fine. macOS quarantines anything it fetched from
the internet, and until this app is notarized that warning is what quarantine
plus an unsigned bundle produces.
- Drag Makullveny to your Applications folder first.
- Open it once. macOS refuses.
- Go to System Settings > Privacy & Security, scroll to the message about
Makullveny, and press Open Anyway.
If it still refuses, clear the quarantine flag directly, then open it normally:
xattr -dr com.apple.quarantine /Applications/Makullveny.app
Which download do I want? The file ending -arm64.dmg is for Apple Silicon
(M1 and later). The one without arm64 is for Intel Macs. Taking the wrong one
produces a different failure that looks the same, so check before you download.
Windows
SmartScreen will say "Windows protected your PC" because the installer has
no code-signing certificate yet. Press More info, then Run anyway.
Linux
Make the AppImage executable and run it:
chmod +x Makullveny-*.AppImage
Your files
Everything you write, draw and import stays on your own computer. Signing in is
optional and nothing is uploaded unless you choose to export it.
This text is build/release-notes.md in the source repo and is attached to
every release by electron-builder (build.releaseInfo.releaseNotesFile). It is
deliberately about INSTALLING rather than about what changed in a given version:
the download page is where someone lands when the app will not open, and that
question needs answering there rather than in a private repo they cannot read.