Desktop App

Monogatari comes with support for Electron out of the box.

Requirements

$ yarn install

Windows

$ yarn build:windows

macOS

Since macOS Catalina, Apple requires all apps made for mac to be notarized. This requires you to both own a mac and register as an Apple Developer (with an anual cost of $100 USD). If you want to distribute your game for mac but don't meet with these requirements, we can notarize your app for you, just reach out !

$ yarn build:mac

Linux

$ yarn build:linux

Last updated