Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Making MacOSX app

A topic by kwark created May 19, 2020 Views: 901 Replies: 2
Viewing posts 1 to 3
(1 edit) (+1)

Assuming Ronin is downloaded and extracted to ~/Downloads/ronin-main
See https://github.com/MacGapProject/MacGap1 for details

sudo gem install macgap
mkdir ~/tmp
cd ~/tmp
macgap new Ronin
cp ~/Downloads/ronin-main/index.html Ronin/
macgap build Ronin
open ./Ronin.app

thanks.  worked great with Ronin.  

The menu bar seems upside down, any known fixes?