Tips: App Designer - Linux - Grunt to launch google chrome

Hi there,

In case anyone having the issue:

Under linux (ubuntu 16), the grunt file of the application designer rev214 is not launching google chrome. The Gruntfile.js line 257 should be changed to:
return ‘google-chrome’;
(I guess adding something like “elseif (platform.search(linux)…)” would be much proper)

Also, I am using Arronax to create launchers (including for the push, pull etc…) and avoiding the terminal.

Cheers,

Edouard