Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Oh yeah it works !

Thanks to you I have created a start.command file in the "submachine_universe_mac" folder with the following 3 lines script:

#!/usr/bin/env bash
BASEDIR=$(dirname "$0")
"$BASEDIR"/subnet_mac_osx.app/Contents/MacOS/Flash\ Player

if you give execution permissions :

chmod 755 start.command

Then next time you will only need to open this "start.command" file from the Finder (and won't need to use the terminal)